diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-28 13:13:44 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-28 13:13:44 -0700 |
commit | 910c8c3a649cb4ad4a405ffb6c2117482d3c4f9d (patch) | |
tree | c43507d68643ed3566fc6e07bb1736c92bc909a4 /modern/package.json | |
parent | fe2c3ce2f62486e41273f2caa339ad014e43bf9d (diff) | |
download | trackermap-web-910c8c3a649cb4ad4a405ffb6c2117482d3c4f9d.tar.gz trackermap-web-910c8c3a649cb4ad4a405ffb6c2117482d3c4f9d.tar.bz2 trackermap-web-910c8c3a649cb4ad4a405ffb6c2117482d3c4f9d.zip |
Update react scripts
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/modern/package.json b/modern/package.json index 320d3411..3b052e52 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,7 +3,6 @@ "version": "5.0.0", "private": true, "dependencies": { - "@craco/craco": "^5.9.0", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mapbox/mapbox-gl-draw": "^1.3.0", @@ -23,7 +22,7 @@ "react-dom": "^17.0.2", "react-redux": "^8.0.2", "react-router-dom": "^6.3.0", - "react-scripts": "^3.4.4", + "react-scripts": "^5.0.1", "react-virtualized-auto-sizer": "^1.0.5", "react-window": "^1.8.6", "recharts": "^2.1.10", @@ -32,10 +31,9 @@ "wellknown": "^0.5.0" }, "scripts": { - "start": "craco start", - "build": "craco build", - "build_release": "PUBLIC_URL=/modern/ craco build", - "test": "craco test", + "start": "react-scripts start", + "build": "react-scripts build", + "build_release": "PUBLIC_URL=/modern/ react-scripts build", "lint": "eslint .", "lint:fix": "eslint --fix --ext .js ." }, |