-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
104 lines (104 loc) · 3.08 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
94
95
96
97
98
99
100
101
102
103
104
{
"name": "v2",
"version": "0.1.0",
"private": true,
"scripts": {
"flask-dev": "FLASK_DEBUG=1 pip3 install -r requirements.txt && python3 -m flask --app api/index run -p 5328",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@hello-pangea/dnd": "^16.5.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@react-three/drei": "^9.117.0",
"@react-three/fiber": "^8.17.10",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/supabase-js": "^2.42.7",
"@types/node": "^22.7.8",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vercel/analytics": "^1.3.1",
"alea": "^1.0.1",
"antd": "^5.19.3",
"antd-style": "^3.6.2",
"autoprefixer": "10.4.15",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"daisyui": "^4.11.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.3.0",
"eslint": "8.49.0",
"eslint-config-next": "^15.0.0-rc.0",
"framer-motion": "^11.12.0",
"html-to-image": "^1.11.11",
"input-otp": "^1.2.4",
"konva": "^9.3.3",
"lodash": "^4.17.21",
"lucide-react": "^0.394.0",
"markerjs2": "^2.32.3",
"mobx": "^6.13.3",
"mobx-react": "^9.1.1",
"next": "^14.2.13",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"polished": "^4.3.1",
"postcss": "^8.4.30",
"pyodide": "^0.26.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-konva": "^18.2.10",
"react-layout-kit": "^1.9.0",
"react-modal": "^3.16.1",
"react-resizable-panels": "^2.1.3",
"react-webcam": "^7.2.0",
"sass": "^1.77.4",
"simplex-noise": "^4.0.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.170.0",
"typescript": "^5.6.3",
"use-image": "^1.1.1",
"use-sound": "^4.0.3",
"vaul": "^0.9.9",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.7.8",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"daisyui": "^4.11.1",
"knip": "^5.33.3",
"markerjs2": "^2.32.3",
"postcss": "^8.4.30",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3"
}
}