-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.69 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.69 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "website-2k25",
"version": "0.1.0",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev",
"build": "pnpm assets:verify && pnpm basis:sync && next build",
"prettier": "prettier --write .",
"start": "next start",
"lint": "eslint src sanity next.config.ts sanity.config.ts sanity.cli.ts --ext .js,.jsx,.ts,.tsx",
"assets:hash": "tsx scripts/3d-assets/hash.ts",
"assets:verify": "tsx scripts/3d-assets/verify.ts",
"assets:exr-to-ktx2": "tsx scripts/3d-assets/exr-to-ktx2.ts",
"basis:sync": "tsx scripts/3d-assets/sync-basis-transcoder.ts",
"basis:check": "tsx scripts/3d-assets/sync-basis-transcoder.ts --check",
"assets:glb-recode-webp": "tsx scripts/3d-assets/glb-recode-webp.ts"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.11",
"@hookform/resolvers": "^4.1.3",
"@million/lint": "^1.0.14",
"@mux/mux-video-react": "^0.24.3",
"@notionhq/client": "^5.13.0",
"@phosphor-icons/react": "^2.1.10",
"@portabletext/react": "^6.0.3",
"@portabletext/types": "^4.0.2",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-three/drei": "^10.0.0-rc.1",
"@react-three/fiber": "9.0.0-rc.6",
"@react-three/offscreen": "1.0.0-rc.1",
"@react-three/rapier": "^1.5.0",
"@react-three/uikit": "1.0.60",
"@react-three/uikit-default": "1.0.60",
"@sanity/client": "^7.23.0",
"@sanity/image-url": "^2.0.3",
"@sanity/ui": "3.1.14",
"@sanity/vision": "^5.29.0",
"@sentry/nextjs": "^10.70.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.0",
"@use-gesture/react": "^10.3.1",
"@vercel/analytics": "^1.5.0",
"@vercel/functions": "^2.0.0",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"emulators": "^8.3.9",
"isbot": "^5.2.1",
"jquery": "^3.7.1",
"js-dos": "^8.3.20",
"leva": "^0.9.35",
"lodash.throttle": "^4.1.1",
"maath": "^0.10.8",
"meshline": "^3.3.1",
"motion": "^12.42.0",
"nanoid": "^5.1.2",
"next": "16.3.0",
"next-sanity": "^13.1.1",
"r3f-perf": "^7.2.3",
"raw-loader": "^4.0.2",
"react": "19.2.7",
"react-device-detect": "^2.2.3",
"react-dom": "19.2.7",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-is": "^19.2.6",
"react-merge-refs": "^2.1.1",
"react-tweet": "^3.2.2",
"sanity": "^5.29.0",
"sanity-plugin-media": "^4.3.0",
"sanity-plugin-mux-input": "^2.19.0",
"shiki": "^4.0.2",
"styled-components": "^6.4.1",
"tailwind-merge": "^2.5.4",
"three": "^0.180.0",
"three-stdlib": "^2.36.0",
"tunnel-rat": "^0.1.2",
"typescript-eslint": "^8.27.0",
"xss": "^1.0.15",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^24.13.2",
"@types/react": "^19.2",
"@types/react-dom": "^19.2",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"dotenv": "^17.3.1",
"eslint": "^9.23.0",
"eslint-config-next": "16.3.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.5.10",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.1",
"prettier": "^3.3.3",
"prettier-plugin-glsl": "^0.2.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"tsx": "^4.21.0",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.15.6"
}