-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "my-portfolio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"@vueuse/core": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"hover-effect": "^1.2.1",
"lenis": "^1.1.13",
"lottie-web-vue": "^2.0.7",
"lucide-vue-next": "^0.439.0",
"pinia": "^2.1.7",
"radix-vue": "^1.9.5",
"split-type": "^0.3.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"vue3-toastify": "^0.2.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@types/three": "^0.168.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}