mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-03 07:32:51 +08:00
28 lines
715 B
JSON
28 lines
715 B
JSON
{
|
|
"name": "bookshelf-plus",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node app",
|
|
"dev": "nodemon",
|
|
"test": "set NODE_ENV=development & nodemon",
|
|
"prod": "set NODE_ENV=production & pm2 start app.js --name bookshelfplus-frontend",
|
|
"prod-stop": "pm2 stop bookshelfplus-frontend",
|
|
"clean": "node cleanup.js"
|
|
},
|
|
"description": "书栖网",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.0.0",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.3",
|
|
"fontmin": "^0.9.9",
|
|
"fs": "^0.0.1-security",
|
|
"gulp-rename": "^2.0.0",
|
|
"morgan": "^1.10.0",
|
|
"serve-favicon": "^2.5.0"
|
|
}
|
|
}
|