-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "busmap",
"version": "3.4.0",
"description": "Real-time public transport vehicle tracker",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "5.100.1",
"framer-motion": "12.38.0",
"maplibre-gl": "5.24.0",
"mqtt": "5.15.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-map-gl": "8.1.1",
"zustand": "5.0.12"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "5.2.0",
"autoprefixer": "10.5.0",
"eslint": "9.39.4",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.5.2",
"globals": "17.5.0",
"postcss": "8.5.10",
"tailwindcss": "3.4.19",
"typescript": "5.6.3",
"typescript-eslint": "8.59.0",
"vite": "7.3.2",
"vite-plugin-pwa": "1.2.0"
}
}