Browse Source

Move react and react-dom to dependencies.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
cb2dc14f05
  1. 8
      bikeshop_project/package.json

8
bikeshop_project/package.json

@ -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",

Loading…
Cancel
Save