aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
blob: a2493f3a58812cfdd34149b9f1bab913dca5d49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "traccar",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@craco/craco": "^5.6.4",
    "@mapbox/mapbox-gl-draw": "^1.2.0",
    "@material-ui/core": "^4.11.0",
    "@material-ui/data-grid": "^4.0.0-alpha.22",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@reduxjs/toolkit": "^1.4.0",
    "@turf/turf": "^5.1.6",
    "mapbox-gl": "^1.12.0",
    "moment": "^2.28.0",
    "ol": "^6.4.3",
    "ol-mapbox-style": "^6.1.4",
    "react": "^16.13.1",
    "react-container-dimensions": "^1.4.1",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.1",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^3.4.3",
    "recharts": "^1.8.5",
    "redux": "^4.0.5",
    "typeface-roboto": "0.0.75",
    "wellknown": "^0.5.0"
  },
  "scripts": {
    "start": "craco start",
    "build": "craco build",
    "build_release": "PUBLIC_URL=/modern/ craco build",
    "test": "craco test"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}