-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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": "aniso",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@react-spring/rafz": "^9.7.5",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"@react-three/postprocessing": "^3.0.4",
"@studio-freight/hamo": "^0.6.33",
"babel-plugin-react-compiler": "^19.0.0-beta-ebf51a3-20250411",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"debounce": "^2.2.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"glslify-loader": "^2.0.0",
"hamo": "^1.0.0-dev.6",
"lefthook": "^1.11.10",
"leva": "^0.10.0",
"lint-staged": "^15.5.1",
"next": "15.3.0",
"postprocessing": "^6.37.2",
"raw-loader": "^4.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-use": "^17.6.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.86.3",
"stats.js": "^0.17.0",
"three": "^0.175.0",
"tunnel-rat": "^0.1.2",
"use-dark-mode": "^2.3.1",
"uuid": "^11.1.0",
"zustand": "5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.3.0",
"@svgr/webpack": "^8.1.0"
}
}