mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-11-10 09:02:35 +08:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "zero-ui-backend",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"compression": "^1.7.4",
|
|
"debug": "~4.3.1",
|
|
"dotenv": "^9.0.2",
|
|
"express": "~4.17.1",
|
|
"express-bearer-token": "^2.4.0",
|
|
"helmet": "^4.6.0",
|
|
"lodash": "^4.17.21",
|
|
"lowdb": "^1.0.0",
|
|
"morgan": "~1.10.0",
|
|
"pbkdf2-wrapper": "^1.3.2"
|
|
}
|
|
}
|