-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.97 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.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
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
{
"name": "website-2k25",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "basehub dev & next dev --webpack",
"build": "basehub && next build --webpack",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prettier": "prettier --write .",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.11",
"@hookform/resolvers": "^4.1.3",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@million/lint": "^1.0.14",
"@mux/mux-video-react": "^0.24.3",
"@notionhq/client": "^5.13.0",
"@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",
"@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",
"basehub": "8.0.0-canary.27",
"clsx": "^2.1.1",
"emulators": "^8.3.9",
"glsl-noise": "^0.0.0",
"glslify-loader": "^2.0.0",
"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.0.0-alpha.2",
"nanoid": "^5.1.2",
"next": "15.6.0-canary.60",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.234.10",
"posthog-node": "^4.11.2",
"r3f-perf": "^7.2.3",
"raw-loader": "^4.0.2",
"react": "19.0.1",
"react-device-detect": "^2.2.3",
"react-dom": "19.0.1",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-merge-refs": "^2.1.1",
"react-tweet": "^3.2.2",
"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": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.3",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"glsl-constants": "^2.0.1",
"glslify-loader": "^2.0.0",
"postcss": "^8",
"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",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.15.6"
}