Moved frontend deps from devDependencies to dependencies. Fixes lots of eslint errors.

This commit is contained in:
Andrey Okonetchnikov 2016-10-07 10:58:43 +02:00
parent 494ea636a3
commit cc1c2f91e0

View File

@ -63,8 +63,6 @@
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"pre-commit": "^1.1.3",
"react-hot-loader": "^3.0.0-beta.2",
"react-lazy-load": "^3.0.3",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.0",
"stylefmt": "^4.3.1",
@ -77,8 +75,7 @@
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"webpack-merge": "^0.14.1",
"webpack-postcss-tools": "^1.1.1",
"whatwg-fetch": "^1.0.0"
"webpack-postcss-tools": "^1.1.1"
},
"dependencies": {
"autoprefixer": "^6.3.3",
@ -95,20 +92,20 @@
"markup-it": "git+https://github.com/cassiozen/markup-it.git",
"material-design-icons": "^3.0.1",
"moment": "^2.11.2",
"normalizr": "^2.0.0",
"normalize.css": "^4.2.0",
"pluralize": "^3.0.0",
"prismjs": "^1.5.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^3.0.0-beta.2",
"react-immutable-proptypes": "^1.6.0",
"react-addons-css-transition-group": "^15.3.1",
"react-datetime": "^2.6.0",
"react-portal": "^2.2.1",
"react-simple-dnd": "^0.1.2",
"react-toolbox": "^1.2.1",
"react-waypoint": "^3.1.3",
"react-immutable-proptypes": "^1.6.0",
"react-lazy-load": "^3.0.3",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.0",
"react-router": "^2.5.1",
@ -117,6 +114,7 @@
"redux-thunk": "^1.0.3",
"selection-position": "^1.0.0",
"semaphore": "^1.0.5",
"slate": "^0.13.6"
"slate": "^0.13.6",
"whatwg-fetch": "^1.0.0"
}
}