-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 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
35
36
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.8.0",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vueuse/core": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.462.0",
"nuxt": "^3.15.4",
"pinia": "^2.3.1",
"radix-vue": "^1.9.14",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.1",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.2.2"
}
}