mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-13 14:26:50 +08:00
fix: package.json bug
This commit is contained in:
parent
03acd892df
commit
50f75db39c
3
.gitignore
vendored
3
.gitignore
vendored
@ -42,4 +42,5 @@ dev/
|
||||
.tags1
|
||||
tsconfig.json
|
||||
client/plugin-module.js
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
.vscode
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
||||
// 将设置放入此文件中以覆盖默认值和用户设置。
|
||||
{
|
||||
}
|
10
package.json
10
package.json
@ -22,7 +22,6 @@
|
||||
"clipboard": "^1.7.1",
|
||||
"fs-extra": "^3.0.1",
|
||||
"happypack": "^4.0.0-beta.5",
|
||||
"json-schema-faker": "^0.5.0-rc11",
|
||||
"json5": "^0.5.1",
|
||||
"jsonwebtoken": "^7.4.1",
|
||||
"koa": "^2.0.0",
|
||||
@ -41,17 +40,16 @@
|
||||
"mongoose-auto-increment": "^5.0.1",
|
||||
"nodemailer": "^4.0.1",
|
||||
"ora": "^1.3.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"rc-queue-anim": "^1.2.0",
|
||||
"rc-scroll-anim": "^1.0.7",
|
||||
"request": "^2.81.0",
|
||||
"sha1": "^1.1.1",
|
||||
"underscore": "^1.8.3",
|
||||
"universal-cookie": "^2.0.8",
|
||||
"url": "^0.11.0",
|
||||
"yapi-plugin-qsso": "^1.0.5"
|
||||
"url": "^0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prop-types": "^15.5.10",
|
||||
"rc-queue-anim": "^1.2.0",
|
||||
"rc-scroll-anim": "^1.0.7",
|
||||
"assets-webpack-plugin": "^3.5.1",
|
||||
"babel": "^6.5.2",
|
||||
"babel-core": "^6.8.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user