1
Showing
.DS_Store
0 → 100644
File added
build/mock/.DS_Store
0 → 100644
File added
build/mock/config.js
0 → 100644
build/mock/json/doJoin.json
0 → 100644
build/mock/json/dostart.json
0 → 100644
build/mock/json/getInfo.json
0 → 100644
build/mock/json/getRole.json
0 → 100644
build/mock/json/getRule.json
0 → 100644
build/mock/json/setRole.json
0 → 100644
build/server.js
0 → 100644
build/webpack.common.js
0 → 100644
build/webpack.dev.js
0 → 100644
build/webpack.prod.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -4,6 +4,13 @@ |
"dbuild": "dbuild.js" | ||
}, | ||
"dependencies": { | ||
"yargs": "^12.0.1" | ||
"yargs": "^12.0.1", | ||
"ts-loader": "^4.0.0", | ||
"typescript": "^3.0.3", | ||
"webpack": "^4.1.0", | ||
"webpack-cli": "^2.0.9", | ||
"webpack-dev-server": "^3.1.0", | ||
"webpack-merge": "^4.1.2", | ||
"mock-webpack-plugin": "^2.0.0" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment