Skip to content

Commit

Permalink
Move storybook and react-hot-loader to dev deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored and talves committed Oct 26, 2017
1 parent aa9de38 commit f767b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"last 2 ChromeAndroid versions"
],
"devDependencies": {
"@kadira/storybook": "^1.36.0",
"all-contributors-cli": "^4.4.0",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
Expand Down Expand Up @@ -108,6 +109,7 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.7",
"react-test-renderer": "^16.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"style-loader": "^0.18.2",
"stylefmt": "^4.3.1",
"stylelint": "^7.9.0",
Expand All @@ -122,7 +124,6 @@
"webpack-postcss-tools": "^1.1.1"
},
"dependencies": {
"@kadira/storybook": "^1.36.0",
"classnames": "^2.2.5",
"create-react-class": "^15.6.0",
"express": "^4.16.2",
Expand All @@ -149,7 +150,6 @@
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.0.0",
"react-frame-component": "^2.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.0",
"react-router-dom": "^4.2.2",
Expand Down

0 comments on commit f767b93

Please sign in to comment.