-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "static-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@clerk/themes": "^2.4.19",
"@clerk/vue": "^1.13.1",
"@stomp/stompjs": "^7.3.0",
"@tailwindcss/vite": "^4.1.13",
"@unovis/ts": "^1.6.1",
"@unovis/vue": "^1.6.1",
"@vueuse/core": "^13.9.0",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.544.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"reka-ui": "^2.9.2",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"vue": "^3.5.21",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.8.3",
"vite": "^7.1.6",
"vite-plugin-vue-devtools": "^8.0.2",
"vue-tsc": "^3.0.7"
}
}