-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.09 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
37
38
39
40
41
42
{
"private": true,
"name": "nuxt-app",
"type": "module",
"packageManager": "pnpm@10.20.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "biome format --write"
},
"dependencies": {
"@nuxt/content": "^3.8.0",
"@nuxt/icon": "1.11.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/typography": "^0.5.19",
"@unhead/vue": "^2.0.19",
"@vueuse/core": "^14.0.0",
"nuxt": "^4.2.0",
"nuxt-og-image": "5.1.12",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/ri": "^1.2.6",
"typescript": "^5.9.3",
"vue-tsc": "2.2.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp",
"vue-demi"
]
}
}