-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -o --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@nuxt/eslint": "^0.5.7",
"@nuxt/icon": "^1.5.1",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"@unovis/ts": "1.4.3-beta.0",
"@unovis/vue": "1.4.3-beta.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.439.0",
"nuxt": "^3.13.0",
"pinia-plugin-persistedstate": "^4.0.1",
"radix-vue": "^1.9.5",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.1.5"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.0",
"@iconify/vue": "^4.1.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxtjs/tailwindcss": "^6.12.1",
"eslint": "^9.10.0",
"typescript": "^5.6.2"
}
}