-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
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",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@antfu/eslint-config": "^3.12.0",
"@nuxt/content": "2.13.4",
"@nuxt/eslint": "0.7.3",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/tailwindcss": "npm:@nuxtjs/tailwindcss@nightly",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^8.57.0 || ^9.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"lucide-vue-next": "^0.468.0",
"nuxt": "^3.14.1592",
"radix-vue": "^1.9.11",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}