Moving build-time deps out of devDependencies

This commit is contained in:
Jeff Avallone 2018-02-11 09:41:03 -05:00
parent 37af8c24c8
commit 70455ea2b8
1 changed files with 7 additions and 7 deletions

View File

@ -29,20 +29,27 @@
"dependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-jest": "^22.2.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.9",
"eslint": "^4.17.0",
"eslint-plugin-jest": "^21.8.0",
"eslint-plugin-react": "^7.6.1",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin-cesco": "^0.0.6",
"feather-icons": "^4.5.0",
"html-webpack-plugin": "^2.30.1",
"jest": "^22.2.2",
"npm-run-all": "^4.1.2",
"postcss-loader": "^2.1.0",
"precss": "^3.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"style-loader": "^0.20.1",
"svg-react-loader": "^0.4.5",
"uglifyjs-webpack-plugin": "^1.1.8",
@ -51,15 +58,8 @@
"workbox-webpack-plugin": "^2.1.2"
},
"devDependencies": {
"babel-jest": "^22.2.2",
"eslint": "^4.17.0",
"eslint-plugin-jest": "^21.8.0",
"eslint-plugin-react": "^7.6.1",
"http-server": "^0.11.1",
"husky": "^0.14.3",
"jest": "^22.2.2",
"npm-run-all": "^4.1.2",
"react-test-renderer": "^16.2.0",
"webpack-dev-server": "^2.11.1"
}
}