-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 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
{
"name": "next_transit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate --no-engine"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.4.0",
"@mui/x-data-grid": "^7.23.6",
"@prisma/client": "^5.15.0",
"@prisma/extension-accelerate": "^1.1.0",
"@turf/bbox": "^7.0.0",
"@turf/centroid": "^7.0.0",
"@turf/distance": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@vercel/edge-config": "^1.2.1",
"autoprefixer": "^10.4.19",
"fast-xml-parser": "^4.3.2",
"gtfs-realtime-bindings": "^1.1.1",
"luxon": "^3.4.3",
"mapbox-gl": "^3.0.1",
"material-symbols": "^0.21.0",
"next": "^15.1.4",
"next-auth": "^4.24.11",
"postcss": "^8.4.33",
"prisma": "^5.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.6"
}
}