|
|
@@ -14,13 +14,9 @@
|
|
|
},
|
|
|
"proxy": "http://localhost:5000/",
|
|
|
"scripts": {
|
|
|
- "start": "react-app-rewired start",
|
|
|
- "build": "react-app-rewired build",
|
|
|
- "test": "react-app-rewired test --env=jsdom",
|
|
|
+ "start": "react-scripts start",
|
|
|
+ "build": "react-scripts build",
|
|
|
+ "test": "react-scripts test --env=jsdom",
|
|
|
"eject": "react-scripts eject"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "react-app-rewired": "^2.1.8",
|
|
|
- "webpack-bundle-analyzer": "^4.4.0"
|
|
|
}
|
|
|
}
|