-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 984 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 984 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
37
38
39
40
{
"name": "my-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@gtm-support/vue-gtm": "^3.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lucide-vue-next": "^0.441.0",
"pinia": "^2.2.4",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0",
"vue": "^3.4.37",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/three": "^0.168.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"fp-ts": "^2.16.9",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-glsl": "^1.3.0",
"vue-tsc": "^2.0.29"
}
}