-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.31 KB
/
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
40
41
42
{
"name": "vue-shadcn-starter",
"description": "A starter project for Vue 3 with Shadcn UIKit and Tailwind CSS",
"author": "Alexy-OS",
"repository": "https://github.com/alexy-os/vue-shadcn-starter",
"license": "MIT",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build:prod": "vue-tsc --noEmit && vite build --mode production",
"collect": "bun src/scripts/collect-sections.ts"
},
"type": "module",
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^11.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.456.0",
"radix-vue": "^1.9.9",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer": "^10.4.20",
"bun-types": "^1.1.34",
"happy-dom": "^15.11.7",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"vite": "^6.0.1",
"vue-tsc": "^2.1.8"
}
}