-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 830 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
{
"name": "dashboard-income-expense-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@unovis/ts": "^1.2.1",
"@unovis/vue": "^1.3.3",
"@vercel/analytics": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.317.0",
"radix-vue": "^1.3.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.3.11"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.17",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}