1 Star 0 Fork 9

Finsh/nodejs-mysql-mall

forked from vux/nodejs-mysql-mall 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
vux 提交于 2022-11-17 15:29 +08:00 . Squashed commit of the following:
{
"name": "nodejs-mysql-mall",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cross-env-shell SERVER=http://localhost:3002 npm run server",
"server": "node bin/www",
"api": "apidoc -i routes/ -o public/api/"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"debug": "~2.6.9",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"express-jwt": "^6.1.1",
"ger": "^0.0.99",
"ger_mysql_esm": "^0.0.3",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"pug": "^3.0.2",
"sharp": "^0.30.3",
"uuid": "^8.3.2"
},
"apidoc": {
"name": "商城API文档",
"title": "商城API文档",
"description": "admin--用于后台管理系统,user--用于商城前台"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/finsh/nodejs-mysql-mall.git
git@gitee.com:finsh/nodejs-mysql-mall.git
finsh
nodejs-mysql-mall
nodejs-mysql-mall
master

搜索帮助