-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 849 Bytes
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
{
"name": "zarscape.github.io",
"author": "ZarScape",
"homepage": "https://zarscape.github.io",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@vitejs/plugin-react": "^6.0.1",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.38.0",
"gh-pages": "^6.3.0",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"three": "^0.183.2",
"vite": "^8.0.7"
},
"private": true,
"type": "module"
}