-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.55 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
{
"name": "mikn-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"format": "oxfmt"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@gsap/react": "^2.1.2",
"@icons-pack/react-simple-icons": "^13.13.0",
"@pixiv/three-vrm": "^3.5.5",
"@pixiv/three-vrm-animation": "^3.5.5",
"@radix-ui/react-slot": "^1.3.3",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/three": "^0.185.4",
"babel-plugin-react-compiler": "^1.0.0",
"caniuse-lite": "^1.0.30001809",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.1.0",
"daisyui": "^5.7.16",
"elysia": "^1.4.29",
"gsap": "^3.15.0",
"lucide-react": "^1.31.0",
"maath": "^0.10.8",
"motion": "^12.43.0",
"next": "^16.3.0",
"next-intl": "^4.13.6",
"next-themes": "^0.4.4",
"ogl": "^1.0.11",
"postcss": "^8.5.26",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-use": "^17.6.1",
"sharp": "^0.35.3",
"shiki": "^4.4.3",
"sonner": "^2.0.8",
"tailwind-variants": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.185.1",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/node": "^20.19.43",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"oxfmt": "^0.63.0",
"shadcn": "^3.8.5",
"tailwindcss": "^4.3.3",
"typescript": "6"
}
}