-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.3 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
{
"name": "schoolfestival2024-frontend",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "vite preview",
"typecheck": "tsc -p tsconfig.check.json --noEmit",
"lint": "biome check .",
"fmt": "biome check . --write --unsafe",
"prepare": "partytown copylib public/~partytown",
"gen:type": "supabase gen types --lang=typescript --local > app/libs/database.ts",
"gen:seed": "tsx seed.ts > supabase/seed.sql",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@builder.io/partytown": "0.10.2",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@react-three/drei": "9.114.6",
"@react-three/fiber": "8.17.10",
"@react-three/postprocessing": "2.16.3",
"@remix-run/react": "2.13.1",
"@supabase/supabase-js": "2.45.6",
"@types/three": "0.169.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.454.0",
"qrcode.react": "4.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-hook-form": "7.53.1",
"swr": "2.2.5",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"three": "0.169.0",
"type-fest": "4.26.1",
"valibot": "0.42.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@remix-run/dev": "2.13.1",
"@remix-run/testing": "2.13.1",
"@snaplet/copycat": "5.1.0",
"@snaplet/seed": "0.98.0",
"@storybook/addon-a11y": "8.3.6",
"@storybook/addon-actions": "8.3.6",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-themes": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@storybook/test": "8.3.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"postcss": "8.4.47",
"postgres": "3.4.5",
"storybook": "8.3.6",
"supabase": "1.207.9",
"tailwindcss": "3.4.14",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}