|
@@ -7,12 +7,7 @@
|
|
|
"node-sass": "^4.12.0",
|
|
|
"react": "^16.8.6",
|
|
|
"react-dom": "^16.8.6",
|
|
|
- "react-redux": "^7.1.0",
|
|
|
- "react-router-dom": "^5.0.1",
|
|
|
- "react-scripts": "3.0.1",
|
|
|
- "redux": "^4.0.1",
|
|
|
- "redux-form": "^8.2.4",
|
|
|
- "redux-thunk": "^2.3.0"
|
|
|
+ "react-scripts": "3.0.1"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"start": "react-scripts start",
|
|
@@ -34,5 +29,12 @@
|
|
|
"last 1 firefox version",
|
|
|
"last 1 safari version"
|
|
|
]
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "react-redux": "^7.1.0",
|
|
|
+ "react-router-dom": "^5.0.1",
|
|
|
+ "redux": "^4.0.4",
|
|
|
+ "redux-form": "^8.2.4",
|
|
|
+ "redux-thunk": "^2.3.0"
|
|
|
}
|
|
|
}
|