1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Move react and react-dom to dependencies.

This commit is contained in:
Drew Larson 2017-01-01 21:01:21 -06:00
parent e22fba20aa
commit cb2dc14f05

View File

@ -11,7 +11,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"moment": "^2.13.0"
"material-ui": "^0.16.6",
"moment": "^2.13.0",
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"devDependencies": {
"babel": "^6.5.2",
@ -25,13 +28,10 @@
"extract-text-webpack-plugin": "^1.0.1",
"i": "^0.3.5",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.16.6",
"node-sass": "^3.4.2",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.9.1",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^1.0.0",
"react-toolbox": "^0.16.2",