-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 745 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
{
"name": "nuxt-content-starter",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.5",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/content": "^3.1.1",
"@nuxt/fonts": "0.10.3",
"@nuxt/icon": "1.10.3",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/tailwindcss": "6.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.475.0",
"nuxt": "^3.15.4",
"radix-vue": "^1.9.14",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}