forked from traccar/traccar-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.38 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.38 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
80
81
{
"name": "@tang/traccar",
"version": "6.8.1",
"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.0",
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.0",
"@mui/icons-material": "^7.2.0",
"@mui/lab": "^7.0.0-beta.14",
"@mui/material": "^7.2.0",
"@reduxjs/toolkit": "^2.8.2",
"@tmcw/togeojson": "^7.1.2",
"@turf/circle": "^7.2.0",
"@vitejs/plugin-react": "^4.6.0",
"@yudiel/react-qr-scanner": "^2.3.1",
"dayjs": "^1.11.13",
"events": "^3.3.0",
"fetch-intercept": "^2.4.0",
"mapbox-gl": "^1.13.3",
"maplibre-gl": "^5.6.1",
"maplibre-google-maps": "^1.1.0",
"mui-file-input": "^7.0.0",
"react": "^19.1.0",
"react-country-flag": "3.1.0",
"react-dom": "^19.1.0",
"react-qr-code": "^2.0.17",
"react-redux": "^9.2.0",
"react-rnd": "^10.5.2",
"react-router-dom": "^7.6.3",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"recharts": "^3.0.2",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"tss-react": "^4.9.18",
"vite": "^7.0.2",
"vite-plugin-pwa": "^1.0.1",
"vite-plugin-svgr": "^4.3.0",
"wellknown": "^0.5.0",
"whatwg-fetch": "^3.6.20"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"start:custom": "VITE_SERVER_PROTOCOL=https: VITE_SERVER_URL=gpstrack.drolx.com vite",
"dev": "npm run start:custom",
"build:app": "npm run start:custom 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.30.1",
"@vite-pwa/assets-generator": "^1.0.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"eslint": "^9.30.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
"globals": "^16.3.0",
"react-is": "^19.1.0",
"vite-plugin-static-copy": "^3.1.0"
}
}