1 Star 1 Fork 0

rainbow / tp51-express

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package copy.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
rainbow 提交于 2021-09-27 14:01 . add axios + fetch util
{
"name": "tp51-express",
"version": "1.0.0",
"description": "rainbowAdmin_js_express",
"main": "app.js",
"author": "rainbow <977746075@qq.com>",
"license": "MIT",
// "type": "commonjs",
"scripts": {
"start": "node app.js",
"prof": "node --prof app.js",
"dev": "yarn nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-winston": "^4.2.0",
"generic-pool": "^3.8.2",
"ioredis": "^4.27.9",
"moment": "^2.29.1",
"mongoose": "^6.0.5",
"multer": "^1.4.3",
"mysql2": "^2.3.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.0.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"nodemon": "^2.0.12"
}
}
JavaScript
1
https://gitee.com/wujizhou/tp51-express.git
git@gitee.com:wujizhou/tp51-express.git
wujizhou
tp51-express
tp51-express
master

搜索帮助