Remove dependencies that are no longer needed now (#2999)
There are some dependencies that are no longer needed anymore. As a result, it took more time to install the package than necessary. I want to delete them and shorten the installation time.
This commit is contained in:
parent
58bcd50f7f
commit
654f4f62ed
2 changed files with 13 additions and 176 deletions
15
package.json
15
package.json
|
@ -28,17 +28,12 @@
|
|||
"babel-plugin-react-transform": "^2.0.2",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-plugin-transform-react-constant-elements": "^6.23.0",
|
||||
"babel-plugin-transform-react-inline-elements": "^6.22.0",
|
||||
"babel-plugin-transform-react-jsx-self": "^6.22.0",
|
||||
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
||||
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.3",
|
||||
"babel-preset-env": "^1.4.0",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
"babel-preset-stage-2": "^6.22.0",
|
||||
"bufferutil": "^2.0.1",
|
||||
"coffee-loader": "^0.7.3",
|
||||
"coffee-script": "^1.12.5",
|
||||
"compression-webpack-plugin": "^0.4.0",
|
||||
|
@ -47,10 +42,8 @@
|
|||
"dotenv": "^4.0.0",
|
||||
"emojione": "^2.2.7",
|
||||
"emojione-picker": "^2.2.1",
|
||||
"es6-promise": "^3.2.1",
|
||||
"es6-symbol": "^3.1.1",
|
||||
"escape-html": "^1.0.3",
|
||||
"eventsource": "^0.2.1",
|
||||
"express": "^4.14.1",
|
||||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
"file-loader": "^0.11.1",
|
||||
|
@ -85,14 +78,11 @@
|
|||
"react-intl": "^2.1.5",
|
||||
"react-motion": "^0.4.5",
|
||||
"react-notification": "^6.6.0",
|
||||
"react-proxy": "^1.1.8",
|
||||
"react-redux": "^5.0.4",
|
||||
"react-redux-loading-bar": "2.4.1",
|
||||
"react-router": "^2.8.0",
|
||||
"react-router-scroll": "^0.3.2",
|
||||
"react-simple-dropdown": "^1.1.4",
|
||||
"react-storybook-addon-intl": "^0.1.0",
|
||||
"react-test-renderer": "^15.5.4",
|
||||
"react-toggle": "^2.1.1",
|
||||
"redis": "^2.6.5",
|
||||
"redux": "^3.6.0",
|
||||
|
@ -100,10 +90,8 @@
|
|||
"redux-thunk": "^2.2.0",
|
||||
"reselect": "^2.5.4",
|
||||
"sass-loader": "^6.0.3",
|
||||
"sinon": "^1.17.6",
|
||||
"stringz": "^0.1.2",
|
||||
"style-loader": "^0.16.1",
|
||||
"utf-8-validate": "^3.0.1",
|
||||
"uuid": "^3.0.1",
|
||||
"uws": "^0.14.5",
|
||||
"webpack": "^2.4.1",
|
||||
|
@ -124,6 +112,9 @@
|
|||
"minimist": "^1.2.0",
|
||||
"mocha": "^3.2.0",
|
||||
"react-intl-translations-manager": "^5.0.0",
|
||||
"react-storybook-addon-intl": "^0.1.0",
|
||||
"react-test-renderer": "^15.5.4",
|
||||
"sinon": "^1.17.6",
|
||||
"webpack-dev-server": "^2.4.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue