-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"name": "evangong-site",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && npm run build:ssr && node scripts/prerender.mjs",
"build:ssr": "vite build --ssr src/ssr.jsx --outDir .seo-ssr",
"seo:check": "node scripts/check-seo.mjs",
"lint": "oxlint",
"images:protect": "node scripts/protect-images.mjs",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/rapier": "^2.2.0",
"@use-gesture/react": "^10.3.1",
"exifr": "^7.1.3",
"gl-matrix": "^3.4.4",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"maath": "^0.10.8",
"matter-js": "^0.20.0",
"meshline": "^3.3.1",
"motion": "^12.42.0",
"ogl": "^1.0.11",
"postprocessing": "^6.39.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.18.1",
"remark-gfm": "^4.0.1",
"three": "^0.185.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"jsdom": "^29.1.1",
"oxlint": "^1.69.0",
"sharp": "^0.35.2",
"vite": "^8.1.0",
"vite-imagetools": "^10.0.1",
"vitest": "^4.1.9"
}
}