-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.8.0",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.3.0",
"lucide-vue-next": "^0.446.0",
"nuxt": "^3.13.0",
"nuxt-typed-router": "^3.6.5",
"radix-vue": "^1.9.6",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@iconify-json/lucide": "^1.2.6",
"@nuxtjs/tailwindcss": "^6.12.1",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"typescript": "^5.6.2"
}
}