-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.48 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
{
"name": "festival-chooselife-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.22.0",
"@tanstack/react-query": "^5.24.1",
"@vercel/analytics": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cookies-next": "^4.1.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.0",
"eslint": "8.40.0",
"eslint-config-next": "15.0.3",
"geist": "^1.2.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.340.0",
"motion": "12.0.0-alpha.2",
"next": "15.0.3",
"next-intl": "^3.5.0",
"next-recompose-plugins": "^2.0.2",
"next-themes": "^0.2.1",
"nuqs": "^2.2.3",
"postcss": "8.4.23",
"react": "^19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.50.0",
"react-leaflet": "^5.0.0-rc.1",
"sonner": "^1.4.0",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.2",
"use-supercluster": "^1.2.0",
"uuid": "^9.0.0",
"vaul": "^1.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.24.1",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.8.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/supercluster": "^7.1.3",
"@types/uuid": "^9.0.2",
"encoding": "^0.1.13",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"geojson": "^0.5.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"supabase": "^1.153.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
}
}