-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.76 KB
/
package.json
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
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "irish-buses",
"version": "0.14.2",
"type": "module",
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma-format": "npx prisma-case-format --file prisma/schema.prisma",
"deploy": "flyctl deploy --local-only",
"test": "vitest run"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@prisma/client": "^5.9.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@serwist/next": "^9.0.2",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/line-chunk": "^6.5.0",
"@turf/line-slice": "^6.5.0",
"@turf/rhumb-distance": "^6.5.0",
"@types/leaflet.markercluster": "^1.5.4",
"@types/luxon": "^3.4.2",
"@types/node": "18.15.11",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vladyoslav/drawer": "^0.1.0",
"autoprefixer": "^10.4.17",
"camelcase-keys": "^9.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^2.29.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"http-status-codes": "^2.3.0",
"ioredis": "^5.3.2",
"leaflet": "^1.9.4",
"leaflet-edgebuffer": "^1.0.6",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.365.0",
"luxon": "^3.4.4",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"nuqs": "^1.16.1",
"postcss": "^8.4.33",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.51.5",
"react-leaflet": "^4.2.1",
"react-leaflet-tracking-marker": "^1.0.16",
"react-select": "^5.8.0",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"ts-retry": "^4.2.5",
"typescript": "^5.3.3",
"usehooks-ts": "^2.16.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.2.15",
"@iconify/react": "^4.1.1",
"@testing-library/react": "^15.0.5",
"@types/leaflet": "^1.9.8",
"@vitejs/plugin-react": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"gtfs": "^4.2.0",
"jsdom": "^24.0.0",
"next-router-mock": "^0.9.13",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.9.0",
"serwist": "^9.0.2",
"tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}