-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "glass109githubpage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d docs"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@remixicon/vue": "^4.2.0",
"@tresjs/core": "^4.2.5",
"@unovis/ts": "^1.4.3-beta.0",
"@unovis/vue": "^1.4.3-beta.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.3.0",
"lucide-vue-next": "^0.453.0",
"radix-vue": "^1.9.7",
"remixicon": "^4.2.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.134.0",
"typescript": "^5.6.3",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.13.2",
"vue": "^3.4.15",
"vue-auto-routes": "^2.2.0",
"vue-router": "^4.3.0",
"vue-sonner": "^1.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/three": "^0.167.1",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.1.0"
},
"homepage": "https://Glass109.github.io/Glass109.github.io"
}