-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
43
44
45
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/content": "^3.11.2",
"@nuxt/fonts": "^0.12.1",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.11.0",
"@nuxt/kit": "^3.21.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "10.1.1",
"@nuxtjs/robots": "^5.7.0",
"@nuxtjs/sitemap": "^7.6.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"better-sqlite3": "^12.6.2",
"nuxt": "^4.3.1",
"sharp": "^0.34.5",
"vue-component-type-helpers": "^3.2.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.18",
"@iconify-json/grommet-icons": "^1.2.4",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.58",
"@iconify-json/ph": "^1.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.15",
"zod": "^4.3.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp"
]
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}