-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.09 KB
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
73
74
75
76
77
{
"name": "traccar",
"version": "6.12.2",
"type": "module",
"private": true,
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mapbox/mapbox-gl-draw": "^1.5.1",
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@mui/icons-material": "^7.3.9",
"@mui/lab": "^7.0.0-beta.17",
"@mui/material": "^7.3.9",
"@reduxjs/toolkit": "^2.11.2",
"@tmcw/togeojson": "^7.1.2",
"@turf/circle": "^7.3.4",
"@yudiel/react-qr-scanner": "^2.5.1",
"dayjs": "^1.11.19",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"maplibre-gl": "^5.20.0",
"maplibre-google-maps": "^1.1.0",
"mui-file-input": "^7.0.0",
"react": "^19.2.4",
"react-country-flag": "3.1.0",
"react-dom": "^19.2.4",
"react-qr-code": "^2.0.18",
"react-redux": "^9.2.0",
"react-rnd": "^10.5.3",
"react-router-dom": "^7.13.1",
"react-window": "^2.2.7",
"recharts": "^3.8.0",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"tss-react": "^4.9.20",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react-swc": "^4.2.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"prettier": "^3.6.2",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-static-copy": "^3.2.0",
"vite-plugin-svgr": "^4.5.0"
},
"overrides": {
"immer": "11.1.3"
}
}