加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Brolly 提交于 2021-06-04 19:47 . feat(routes/user): 头像上传
{
"name": "vue3-admin-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "nodemon -i ./node_modules/ --exec \"ts-node\" src/app.ts",
"db": "ts-node ./src/db/index.ts",
"prod": "tsc --outDir ./dist && node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git@gitee.com:brolly/vue3-admin-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^10.0.0",
"@types/node": "^15.6.1",
"@types/validator": "^13.1.3",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
"koa-json": "^2.0.2",
"koa-jwt": "^4.0.1",
"koa-logger": "^3.2.1",
"koa-static": "^5.0.0",
"mysql2": "^2.2.5",
"sequelize": "^6.6.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.1",
"@types/koa": "^2.13.3",
"@types/koa__cors": "^3.0.2",
"@types/koa__router": "^8.0.4",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-json": "^2.0.18",
"@types/koa-jwt": "^3.3.0",
"@types/koa-logger": "^3.1.1",
"@types/koa-static": "^4.0.1",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化