-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 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
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.14",
"@vueuse/core": "^13.0.0",
"gsap": "^3.12.7",
"lenis": "^1.2.3",
"moment-timezone": "^0.5.47",
"tailwindcss": "^4.0.14",
"vue": "^3.5.13",
"vue3-lottie": "^3.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-plugin-robots": "^1.0.5",
"vite-plugin-sitemap": "^0.7.1",
"vue-tsc": "^2.2.8"
},
"node": "20"
}