mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 09:13:36 +08:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "backend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"typecheck": "tsc --pretty --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"compression": "^1.7.4",
|
|
"croner": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-bearer-token": "^2.4.0",
|
|
"express-rate-limit": "^7.1.1",
|
|
"helmet": "^5.1.1",
|
|
"lodash": "^4.17.21",
|
|
"lowdb": "^1.0.0",
|
|
"morgan": "^1.10.0",
|
|
"pbkdf2-wrapper": "^1.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.7.3",
|
|
"@types/debug": "^4.1.9",
|
|
"@types/express": "^4.17.18",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/morgan": "^1.9.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"eslint": "^8.51.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
"eslint-plugin-n": "^16.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-security": "^1.7.1",
|
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|