Merge commit 'f8bb37e12f96c86bb44a53ac28d06cc522cf7ab9' as 'backend'
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "backend2",
|
||||
"version": "2.1.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Slasherss",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"body-parser": "^1.20.2",
|
||||
"connect-history-api-fallback": "^2.0.0",
|
||||
"connect-mongo": "^5.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.2",
|
||||
"mongoose": "^7.4.1",
|
||||
"multer": "^2.0.2",
|
||||
"node-schedule": "^2.1.1",
|
||||
"passport": "^0.6.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"rxjs": "^7.8.2",
|
||||
"speakeasy": "^2.0.0",
|
||||
"tx2": "^1.0.5",
|
||||
"underscore": "^1.13.8",
|
||||
"web-push": "^3.6.7",
|
||||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/body-parser": "^1.19.2",
|
||||
"@types/cors": "^2.8.13",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/express-session": "^1.17.7",
|
||||
"@types/multer": "^1.4.11",
|
||||
"@types/node-schedule": "^2.1.7",
|
||||
"@types/passport": "^1.0.12",
|
||||
"@types/passport-local": "^1.0.35",
|
||||
"@types/speakeasy": "^2.0.10",
|
||||
"@types/underscore": "^1.13.0",
|
||||
"@types/web-push": "^3.6.3",
|
||||
"javascript-obfuscator": "^4.1.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"ts-loader": "^9.5.1",
|
||||
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-node-externals": "^3.0.0",
|
||||
"webpack-obfuscator": "^3.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user