-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.59 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.59 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
83
84
85
86
87
{
"name": "loop",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node ./scripts/clean-next.mjs",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "ultracite check",
"test": "node --import tsx --test test/*.test.ts",
"typecheck": "next typegen && tsc --noEmit",
"content:build": "node --import tsx ./lib/refresh.ts --write-local",
"content:refresh": "node --import tsx ./lib/refresh.ts --write-local --upload-blob",
"browser:debug": "bash ./scripts/browser-debug.sh",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.0",
"@ai-sdk/react": "^2.0.0",
"@chenglou/pretext": "^0.0.2",
"@clerk/nextjs": "^7.2.7",
"@clerk/ui": "^1.6.7",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@supabase/supabase-js": "^2.100.1",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^1.1.1",
"@vercel/queue": "^0.1.4",
"@vercel/sandbox": "^1.9.0",
"@vercel/speed-insights": "^1.2.0",
"ai": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"fast-xml-parser": "^4.5.3",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"lucide-react": "^1.7.0",
"motion": "^12.7.4",
"next": "^16.2.1",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-type-animation": "^3.2.0",
"remark-gfm": "^4.0.1",
"resend": "^6.10.0",
"shaders": "^2.5.84",
"smol-toml": "^1.3.1",
"stripe": "^18.3.0",
"svix": "^1.89.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.183.2",
"three-stdlib": "^2.36.1",
"unicode-animations": "^1.0.3",
"yaml": "^2.7.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^22.15.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"oxlint-tsgolint": "^0.20.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"ultracite": "7.4.3"
},
"packageManager": "pnpm@10.30.0"
}