-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "concert-diary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-db-types": "supabase gen types typescript > types/supabase.ts"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@headlessui/react": "^2.1.10",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.2",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "^5.54.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.13",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.1",
"framer-motion": "^11.11.11",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.438.0",
"next": "^15.1.3",
"next-intl": "^3.25.0",
"next-pwa": "^5.6.0",
"nuqs": "^1.19.0",
"postcss": "^8.4.45",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.0",
"react-toastify": "^10.0.5",
"react-truncate-list": "^1.0.3",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.9.0",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"supabase": "1.191.3",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}