-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "infracharge",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"@maptiler/sdk": "^3.8.0",
"@vis.gl/react-maplibre": "^8.1.0",
"better-sqlite3": "^12.6.2",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"firebase": "^12.10.0",
"firebase-admin": "^13.7.0",
"framer-motion": "^12.38.0",
"geofire-common": "^6.0.0",
"lucide-react": "^0.575.0",
"mapbox-gl": "^3.19.0",
"maplibre-gl": "^5.15.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"pg": "^8.18.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-map-gl": "^8.1.0",
"sqlite3": "^5.1.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/mapbox__point-geometry": "^0.1.4",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.9.11",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}