-
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) · 814 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 814 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": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@primeuix/themes": "^1.2.3",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^22.9.0",
"lucide-vue-next": "^0.537.0",
"pinia": "^3.0.3",
"primeicons": "^7.0.0",
"primevue": "^4.3.7",
"tailwindcss": "^4.1.11",
"vee-validate": "^4.15.1",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vue3-calendar-heatmap": "^2.0.5",
"yup": "^1.7.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^7.1.0",
"vue-tsc": "^3.0.5"
},
"volta": {
"node": "24.15.0"
}
}