-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.92 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
{
"name": "bahnhofjaeger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && cp -r .next release/",
"start": "next start",
"lint": "next lint",
"build-twa": "bubblewrap build && mv app-release-bundle.aab release/ && mv app-release-signed.apk release/ && mv app-release-signed.apk.idsig release/ && mv app-release-unsigned-aligned.apk release/",
"enrich-stations": "node scripts/enrich-stations.js",
"enrich-stations-sample": "node scripts/enrich-stations-sample.js"
},
"dependencies": {
"@maptiler/sdk": "^3.1.1",
"@nipe-solutions/react-spring-bottom-sheet": "^4.0.4",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.2.4",
"@types/mapbox-gl": "^3.4.1",
"@types/uuid": "^10.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"idb": "^8.0.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.507.0",
"mapbox-gl": "^3.11.0",
"next": "16.0.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"sharp": "^0.34.1",
"tailwind-merge": "^3.2.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@serwist/build": "^9.0.13",
"@serwist/next": "^9.0.13",
"@serwist/window": "^9.0.13",
"@tailwindcss/postcss": "^4",
"@types/leaflet": "^1.9.17",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"axios": "^1.6.7",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"papaparse": "^5.5.2",
"postcss-preset-env": "^10.1.6",
"serwist": "^9.0.13",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.2.9",
"typescript": "^5"
}
}