-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 976 Bytes
/
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
{
"name": "portfolio",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@tabler/icons-vue": "3.17.0",
"@tresjs/cientos": "4.0.2",
"@tresjs/core": "4.2.10",
"@unhead/vue": "1.11.6",
"@vueuse/core": "11.1.0",
"js-confetti": "^0.12.0",
"pinia": "2.2.2",
"three": "0.168.0",
"vue": "3.5.8",
"vue-router": "4.4.5"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "22.7.0",
"@types/three": "0.168.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/tsconfig": "0.5.1",
"npm-run-all2": "6.2.3",
"shiki": "1.18.0",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-vue-devtools": "7.4.6",
"vue-tsc": "2.1.6"
}
}