-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 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
35
36
{
"name": "portfolio",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"xoxo": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"vite": "^5.4.8",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-restart": "^0.4.1"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"daisyui": "^4.12.10",
"gsap": "^3.12.5",
"howler": "^2.2.4",
"lil-gui": "^0.19.2",
"lucide-vue-next": "^0.441.0",
"nipplejs": "^0.10.2",
"pinia": "^2.2.2",
"stats.js": "^0.17.0",
"swiper": "^11.1.14",
"tailwindcss": "^3.4.13",
"three": "^0.166.1",
"three-custom-shader-material": "^6.0.3",
"vue": "^3.5.9",
"vue-router": "^4.4.0"
}
}