-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
49
50
51
52
53
54
55
56
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint": "^0.7.4",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@types/bun": "^1.1.14",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/logos": "^1.2.4",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.8.1",
"@nuxthub/core": "^0.8.10",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@types/eslint": "^9.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"is-buffer": "^2.0.5",
"lucide-vue-next": "^0.469.0",
"pinia": "^2.3.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"radix-vue": "^1.9.11",
"shadcn-nuxt": "^0.11.3",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vercel": "^39.2.2",
"vue-tsc": "^2.1.10",
"wrangler": "^3.99.0"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp", "vue-demi", "workerd"],
"overrides": {
"@polka/url": "next"
}
}