Moving React to dependencies
This commit is contained in:
16
package.json
16
package.json
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user