-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.73 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.73 KB
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
{
"name": "uoft-webring",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.896.0",
"@aws-sdk/s3-request-presigner": "^3.896.0",
"@dicebear/collection": "^9.2.4",
"@dicebear/core": "^9.2.4",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"@stepperize/react": "^5.1.8",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.58.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.2",
"eslint-plugin-unused-imports": "^4.2.0",
"framer-motion": "^12.23.22",
"input-otp": "^1.4.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.544.0",
"next": "^15.5.9",
"next-themes": "^0.4.6",
"posthog-js": "^1.268.9",
"prismjs": "^1.30.0",
"react": "^19.1.1",
"react-alice-carousel": "^2.9.1",
"react-dom": "^19.1.1",
"react-image-crop": "^11.0.10",
"react-syntax-highlighter": "^15.6.6",
"react-type-animation": "^3.2.0",
"simplex-noise": "^4.0.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"tsx": "^4.20.6",
"uuid": "^13.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.2",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/three": "^0.180.0",
"eslint": "^9.36.0",
"eslint-config-next": "^15.5.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions"
]
}