1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore(package): move all dependencies to devDependencies as they are not used outside this module.

This commit is contained in:
ivaosthu 2018-08-22 17:15:46 +02:00
parent 1001ecf584
commit 3573f7650d

View File

@ -38,23 +38,7 @@
"prepublish": "npm run build"
},
"main": "./index.js",
"dependencies": {
"debug": "^3.1.0",
"immutable": "^3.8.1",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.2",
"react-mdl": "^1.11.0",
"react-modal": "^3.1.13",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^2.0.0"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^8.0.2",
@ -66,6 +50,7 @@
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^1.0.0",
"debug": "^3.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
@ -75,19 +60,33 @@
"eslint-plugin-react": "^7.10.0",
"fetch-mock": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"immutable": "^3.8.1",
"jest": "^23.5.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.5.3",
"normalize.css": "^8.0.0",
"prettier": "^1.8.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.2",
"react-mdl": "^1.11.0",
"react-modal": "^3.1.13",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.2.0",
"redux": "^4.0.0",
"redux-devtools": "^3.4.1",
"redux-mock-store": "^1.5.1",
"redux-thunk": "^2.1.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.22.0",
"toolbox-loader": "0.0.3",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
"webpack-dev-server": "^3.1.5",
"whatwg-fetch": "^2.0.0"
},
"jest": {
"moduleNameMapper": {