-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
43
44
45
46
47
48
49
50
51
52
{
"name": "shadcn-vue-landing-page",
"description": "Shadcn/Vue landing page template using Vue, Shadcn/Vue + TypeScript + Tailwind CSS.",
"version": "0.1.1",
"author": {
"name": "Leopoldo Miranda",
"email": "[email protected]",
"url": "https://github.com/leomirandaa"
},
"keywords": [
"vue",
"typescript",
"shadcn",
"shadcn/vue",
"tailwind",
"landing-page",
"template",
"responsive-design"
],
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@selemondev/vue3-marquee": "^0.0.8",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.3.0",
"embla-carousel-vue": "^8.3.0",
"lucide-vue-next": "^0.452.0",
"radix-vue": "^1.9.7",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "^3.5.12",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}