Moving React to dependencies

This commit is contained in:
James Barnsley
2020-03-06 08:27:39 +13:00
parent e184f01503
commit f670cdd0ac

View File

@ -14,6 +14,14 @@
"jquery": "^3.4.1", "jquery": "^3.4.1",
"logrocket": "^1.0.3", "logrocket": "^1.0.3",
"mopidy": "^0.5", "mopidy": "^0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-ga": "^2.7.0",
"react-input-range": "1.3.0",
"react-redux": "^6",
"react-router-dom": "^5.1.2",
"react-sortablejs": "^1.5.0",
"react-router": "^5" "react-router": "^5"
}, },
"devDependencies": { "devDependencies": {
@ -44,14 +52,6 @@
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",
"mini-css-extract-plugin": "^0.6.0", "mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.0", "node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-ga": "^2.7.0",
"react-input-range": "1.3.0",
"react-redux": "^6",
"react-router-dom": "^5.1.2",
"react-sortablejs": "^1.5.0",
"react-test-renderer": "^16.12.0", "react-test-renderer": "^16.12.0",
"redux": "^4.0.4", "redux": "^4.0.4",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",