-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1007 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1007 Bytes
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
{
"name": "docs.keeb.supply",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/0xCB-dev/docs.keeb.supply‚"
},
"scripts": {
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "wrangler pages dev public"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.2.8",
"@tabler/icons": "^3.36.1",
"@thulite/core": "^1.5.9",
"@thulite/doks-core": "^1.9.3",
"@thulite/images": "^3.3.4",
"@thulite/inline-svg": "^1.2.2",
"@thulite/seo": "^2.4.3",
"glightbox": "^3.3.1",
"thulite": "^2.6.5"
},
"devDependencies": {
"hugo-extended": "0.156.0",
"prettier": "^3.8.1",
"wrangler": "^4.90.0"
},
"engines": {
"node": ">=24.13.0"
},
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
}