aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-03-22 23:07:16 -0700
committerGitHub <noreply@github.com>2020-03-22 23:07:16 -0700
commit48a726021f5d3c741749094891d529ccb3ba59b4 (patch)
tree8df80eca54f9dd39664f63365ffcc2ec248fb3df /modern/package.json
parentf5165c8e897e8d9cf4219d943e2d34b61adb48b5 (diff)
parentba9cc86f667486a09edb323402c2d63ada5ea639 (diff)
downloadetbsa-traccar-web-48a726021f5d3c741749094891d529ccb3ba59b4.tar.gz
etbsa-traccar-web-48a726021f5d3c741749094891d529ccb3ba59b4.tar.bz2
etbsa-traccar-web-48a726021f5d3c741749094891d529ccb3ba59b4.zip
Merge pull request #768 from traccar/modern
Create a new React web app
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/modern/package.json b/modern/package.json
new file mode 100644
index 0000000..04c1b4a
--- /dev/null
+++ b/modern/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "traccar",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@material-ui/core": "^4.9.7",
+ "@material-ui/icons": "^4.9.1",
+ "mapbox-gl": "^1.8.1",
+ "ol": "^6.2.1",
+ "ol-mapbox-style": "^6.0.1",
+ "react": "^16.13.0",
+ "react-container-dimensions": "^1.4.1",
+ "react-dom": "^16.13.0",
+ "react-redux": "^7.2.0",
+ "react-router-dom": "^5.1.2",
+ "react-scripts": "^3.4.0",
+ "redux": "^4.0.5",
+ "typeface-roboto": "0.0.75"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}