first commit

This commit is contained in:
编码猿
2024-09-27 01:16:36 +08:00
commit f7fc9bbea0
301 changed files with 33825 additions and 0 deletions

27
node+vue/shop-bend/package.json Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "shop-bend",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/node-dev ./bin/www",
"start": "pm2 start ./bin/www --watch -i max --name be",
"restart": "pm2 restart ./bin/www",
"stop": "pm2 stop be",
"list": "pm2 list",
"log": "pm2 logs"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"node-rsa": "^1.0.1"
},
"devDependencies": {
"md5": "^2.2.1",
"mysql": "^2.16.0",
"node-dev": "^3.1.3",
"redis": "^2.8.0"
}
}