-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.97 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "contentlayer build && next build && npm run postbuild",
"postbuild": "tsx scripts/postbuild.ts",
"start": "next start",
"lint": "eslint",
"contentlayer": "contentlayer build",
"export": "next build && npm run postbuild"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@openai/agents": "^0.1.0",
"@openai/chatkit-react": "^0.1.0",
"@portabletext/react": "^3.0.18",
"@tweakpane/plugin-essentials": "^0.2.1",
"@sanity/client": "^6.22.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"ai": "^4.0.0",
"groq": "^3.47.3",
"gsap": "^3.13.0",
"leva": "^0.10.0",
"lucide-react": "^0.546.0",
"motion": "^11.18.2",
"next": "15.5.6",
"next-contentlayer": "^0.3.4",
"next-sanity": "^8.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.13.0",
"sanity": "^3.53.0",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"tweakpane": "^4.0.5",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.56.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.180.0",
"eslint": "^9",
"eslint-config-next": "15.5.6",
"pagefind": "^1.2.0",
"tailwindcss": "^4",
"tsx": "^4.19.2",
"typescript": "^5",
"vitest": "^3.2.4"
}
}