mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:25:20 +08:00
Merge pull request #17 from harunhasdal/cleanup-dependencies
Move core-js, lodash and react-addons-test-utils to devDependencies
This commit is contained in:
+2
-2
@@ -60,11 +60,13 @@
|
|||||||
"karma-phantomjs-shim": "^1.1.1",
|
"karma-phantomjs-shim": "^1.1.1",
|
||||||
"karma-sourcemap-loader": "^0.3.5",
|
"karma-sourcemap-loader": "^0.3.5",
|
||||||
"karma-webpack": "^1.7.0",
|
"karma-webpack": "^1.7.0",
|
||||||
|
"lodash": "^3.10.1",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"null-loader": "^0.1.1",
|
"null-loader": "^0.1.1",
|
||||||
"open": "0.0.5",
|
"open": "0.0.5",
|
||||||
"phantomjs": "^1.9.18",
|
"phantomjs": "^1.9.18",
|
||||||
|
"react-addons-test-utils": "^0.14.0",
|
||||||
"react-hot-loader": "^1.2.9",
|
"react-hot-loader": "^1.2.9",
|
||||||
"rimraf": "^2.4.3",
|
"rimraf": "^2.4.3",
|
||||||
"style-loader": "^0.13.0",
|
"style-loader": "^0.13.0",
|
||||||
@@ -74,10 +76,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "^1.2.6",
|
"core-js": "^1.2.6",
|
||||||
"lodash": "^3.10.1",
|
|
||||||
"normalize.css": "^3.0.3",
|
"normalize.css": "^3.0.3",
|
||||||
"react": "^0.14.0",
|
"react": "^0.14.0",
|
||||||
"react-addons-test-utils": "^0.14.0",
|
|
||||||
"react-dom": "^0.14.0"
|
"react-dom": "^0.14.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user