-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
72 lines (72 loc) · 1.98 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "traccar",
"version": "6.5.0",
"type": "module",
"private": true,
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@reduxjs/toolkit": "^2.2.7",
"@tmcw/togeojson": "^5.8.1",
"@turf/circle": "^7.1.0",
"@turf/turf": "^7.1.0",
"@vitejs/plugin-react": "^4.3.1",
"dayjs": "^1.11.13",
"events": "^3.3.0",
"mapbox-gl": "^1.13.3",
"maplibre-gl": "^4.7.0",
"maplibre-google-maps": "^1.1.0",
"react": "^18.3.1",
"react-country-flag": "3.1.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-mui-dropzone": "^4.0.7",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"vite": "^5.4.6",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"browserslist": {
"production": [
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.6",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2"
}
}