加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
王景 提交于 2021-03-05 11:28 . xm
{
"name": "exp-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www"
},
"dependencies": {
"chart.js": "^2.9.4",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"moment": "^2.29.1",
"mongoose": "^5.11.18",
"morgan": "~1.9.1",
"multiparty": "^4.2.2",
"querystring": "^0.2.1",
"ws": "^7.4.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化