-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"name": "weion-dev",
"private": true,
"version": "2.0.0",
"type": "module",
"description": "Portfolio site for Terry Fallows — WebGL-driven HUD aesthetic, built on Vite + React 19 + TypeScript + React Three Fiber.",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit",
"lint": "biome lint",
"format": "biome format --write",
"format:check": "biome format",
"check": "biome check",
"check:fix": "biome check --write"
},
"dependencies": {
"@fontsource/orbitron": "^5.2.8",
"@fontsource/rajdhani": "^5.2.7",
"@fontsource/share-tech-mono": "^5.2.7",
"@react-three/drei": "^10.0.0",
"@react-three/fiber": "^9.0.0",
"@react-three/postprocessing": "^3.0.4",
"lucide-react": "^0.468.0",
"postprocessing": "^6.39.1",
"r3f-perf": "^7.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.170.0",
"web-vitals": "^5.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.170.0",
"@unlighthouse/cli": "^0.17.9",
"@vitejs/plugin-react-swc": "^3.7.0",
"rollup-plugin-visualizer": "^7.0.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
},
"packageManager": "yarn@4.14.1"
}