-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "@quanux/web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host",
"check": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@types/scheduler": "^0.26.0",
"@types/three": "^0.183.1",
"@vercel/analytics": "^1.6.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"maath": "^0.10.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"scheduler": "^0.27.0",
"simplex-noise": "^4.0.3",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^22.19.15",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"vercel": "^48.12.1",
"vite": "^6.4.2"
}
}