-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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": "^2.0.0",
"@nuxt/eslint": "^1.0.1",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@types/bun": "^1.2.2",
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"nuxt": "^3.15.4",
"typescript": "^5.7.3"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/logos": "^1.2.4",
"@nuxt/content": "^3.1.1",
"@nuxt/image": "^1.9.0",
"@nuxthub/core": "^0.8.17",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.10.1",
"@types/eslint": "^9.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"is-buffer": "^2.0.5",
"lucide-vue-next": "^0.475.0",
"pinia": "^3.0.1",
"prettier": "^3.5.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"radix-vue": "^1.9.14",
"shadcn-nuxt": "^0.11.3",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.1.0",
"vercel": "^41.1.4",
"vue-tsc": "^2.2.0",
"wrangler": "^3.109.1"
},
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "better-sqlite3", "esbuild", "sharp", "vue-demi", "workerd"],
"overrides": {
"@polka/url": "next"
}
}