-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.16 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
78
79
{
"name": "traccar",
"version": "6.14.5",
"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.4.0",
"@mui/icons-material": "^9.2.0",
"@mui/lab": "^9.0.0-beta.6",
"@mui/material": "^9.2.0",
"@reduxjs/toolkit": "^2.12.0",
"@tmcw/togeojson": "^7.1.2",
"@turf/circle": "^7.3.5",
"@yudiel/react-qr-scanner": "^2.6.0",
"dayjs": "^1.11.21",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"gcoord": "^1.0.7",
"hls.js": "^1.6.16",
"maplibre-gl": "^5.24.0",
"maplibre-google-maps": "^1.1.0",
"pmtiles": "^4.4.1",
"react": "^19.2.7",
"react-country-flag": "3.1.0",
"react-dom": "^19.2.7",
"react-qr-code": "^2.2.0",
"react-redux": "^9.3.0",
"react-rnd": "^10.5.3",
"react-router-dom": "^7.18.1",
"react-window": "^2.2.7",
"recharts": "^3.9.1",
"stylis": "^4.4.0",
"stylis-plugin-rtl": "^2.1.1",
"tss-react": "^4.9.21",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint --fix --max-warnings 0 ."
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.10.2",
"@eslint/js": "^10.0.1",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react-swc": "^4.3.1",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.7.0",
"prettier": "^3.9.4",
"typescript": "^6.0.3",
"vite": "^8.1.3",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-static-copy": "^4.1.1",
"vite-plugin-svgr": "^5.2.0"
},
"overrides": {
"immer": "11.1.3"
}
}