-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 877 Bytes
/
package.json
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
{
"name": "pose-fall",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy-gh": "vite build && gh-pages -d dist"
},
"license": "MIT",
"dependencies": {
"@kobalte/core": "^0.12.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-solid": "^0.363.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.16",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.162.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/three": "^0.162.0",
"autoprefixer": "^10.4.19",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"solid-devtools": "^0.29.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-singlefile": "^2.0.1",
"vite-plugin-solid": "^2.10.2"
}
}