chore: package.json 分离前后端

This commit is contained in:
suxiaoxin 2017-09-26 14:19:07 +08:00
parent bfa7e2f0b3
commit 55d168f81a
2 changed files with 1910 additions and 1631 deletions

3413
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,8 +17,67 @@
"author": "",
"license": "ISC",
"dependencies": {
"assets-webpack-plugin": "^3.5.1",
"axios": "^0.16.2",
"chalk": "^2.0.1",
"clipboard": "^1.7.1",
"fs-extra": "^3.0.1",
"happypack": "^4.0.0-beta.5",
"json5": "^0.5.1",
"jsonwebtoken": "^7.4.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-multer": "^1.0.2",
"koa-mysql-session": "0.0.2",
"koa-router": "^7.0.1",
"koa-send": "^3.2.0",
"koa-session-minimal": "^3.0.3",
"koa-static": "^3.0.0",
"koa-views": "^5.2.0",
"koa-websocket": "^4.0.0",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"mongoose": "4.10.8",
"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"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"core-decorators": "^0.17.0",
"extract-text-webpack-plugin": "2.0.0",
"assets-webpack-plugin": "^3.5.1",
"fast-sass-loader-china": "^1.2.5",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.1.0",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"table-resolver": "^3.2.0",
"node-sass-china": "^4.5.0",
"react": "^15.6.1",
"react-dnd": "^2.5.1",
"react-dnd-html5-backend": "^2.5.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"reactabular-dnd": "^8.9.0",
"reactabular-table": "^8.9.0",
"redux": "^3.7.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.18.2",
"babel": "^6.5.2",
"babel-core": "^6.8.0",
"babel-eslint": "^7.2.3",
@ -32,77 +91,12 @@
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"buffer-shims": "^1.0.0",
"chalk": "^2.0.1",
"clipboard": "^1.7.1",
"copy-webpack-plugin": "^4.0.1",
"core-decorators": "^0.17.0",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.1.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "2.0.0",
"fast-sass-loader-china": "^1.2.5",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-watch": "^4.3.11",
"happypack": "^4.0.0-beta.5",
"json2html": "0.0.8",
"json5": "^0.5.1",
"jsoneditor": "^5.9.3",
"jsonwebtoken": "^7.4.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-multer": "^1.0.2",
"koa-mysql-session": "0.0.2",
"koa-router": "^7.0.1",
"koa-send": "^3.2.0",
"koa-session-minimal": "^3.0.3",
"koa-static": "^3.0.0",
"koa-views": "^5.2.0",
"koa-websocket": "^4.0.0",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"mongoose": "4.10.8",
"mongoose-auto-increment": "^5.0.1",
"node-sass-china": "^4.5.0",
"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",
"react": "^15.6.1",
"react-dnd": "^2.5.1",
"react-dnd-html5-backend": "^2.5.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"reactabular-dnd": "^8.9.0",
"reactabular-table": "^8.9.0",
"redux": "^3.7.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"sha1": "^1.1.1",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.18.2",
"table-resolver": "^3.2.0",
"underscore": "^1.8.3",
"universal-cookie": "^2.0.8",
"url": "^0.11.0",
"validate-commit-msg": "^2.12.2",
"wangeditor": "^3.0.8",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.12.0",
"ykit-config-antd": "^0.1.3",
"ykit-config-es6": "^1.1.0"
},
"devDependencies": {
"ykit-config-es6": "^1.1.0",
"babel-plugin-import": "^1.3.1",
"compression-webpack-plugin": "^1.0.0",
"ghooks": "^2.0.0",