Split regular and dev dependencies

This commit is contained in:
Dan Abramov 2015-09-24 23:38:22 +03:00
parent a4306d6ba4
commit 2ee2caad96

View File

@ -20,7 +20,6 @@
"react-dom": "^0.14.0-rc1",
"react-redux": "^3.0.0",
"redux": "^3.0.0",
"redux-devtools-log-monitor": "^1.0.0-alpha-1",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
@ -29,6 +28,7 @@
"node-libs-browser": "^0.5.2",
"react-dock": "0.0.3",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.0.0-alpha-1",
"redux-devtools-log-monitor": "^1.0.0-alpha",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"