-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify/vue": "^5.0.0",
"@nuxt/devtools": "^1.0.3",
"autoprefixer": "^10.4.21",
"nuxt": "^4.0.3",
"postcss": "^8.5.4",
"shadcn-nuxt": "^2.2.0",
"tailwindcss": "^4.1.8",
"typescript": "^5.9.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/ui": "^3.3.0",
"@vueuse/core": "^13.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.539.0",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6"
}
}