Improve: make dependencies in right place

This commit is contained in:
jas0ncn 2018-09-11 00:19:11 +08:00
parent f750ec07f1
commit 8f97504649
2 changed files with 139 additions and 316 deletions

432
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,16 +40,9 @@
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"i18next": "^11.7.0",
"i18next-browser-languagedetector": "^2.2.3",
"image-webpack-loader": "^4.3.1",
"node-sass": "^4.9.3",
"react": "^16.5.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.5.0",
"react-hot-loader": "^4.3.6",
"react-i18next": "^7.11.1",
"react-router-dom": "^4.3.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"stylelint": "^9.5.0",
@ -57,7 +50,6 @@
"stylelint-webpack-plugin": "^0.10.5",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
@ -65,5 +57,18 @@
"webpack-dev-server": "^3.1.8",
"webpack-merge": "^4.1.4"
},
"dependencies": {}
"dependencies": {
"i18next": "^11.7.0",
"i18next-browser-languagedetector": "^2.2.3",
"ini": "^1.3.5",
"mobx": "^5.1.0",
"mobx-react": "^5.2.8",
"mobx-react-router": "^4.0.5",
"node-sass": "^4.9.3",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-i18next": "^7.12.0",
"react-router-dom": "^4.3.1",
"typescript": "^3.0.3"
}
}