-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 909 Bytes
/
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
{
"name": "yagpdb-docs-v2",
"version": "0.1.0",
"description": "YAGPDB documentation",
"author": "YAGPDB documentation authors",
"license": "CC-BY-SA",
"scripts": {
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc && npm run highlight",
"highlight": "node scripts/highlight.mjs",
"preview": "vite preview --outDir public"
},
"dependencies": {
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@tabler/icons": "^3.19.0",
"@thulite/doks-core": "^1.7.0",
"@thulite/images": "^3.3.0",
"@thulite/inline-svg": "^1.2.0",
"@thulite/seo": "^2.4.0",
"dom-serializer": "^2.0.0",
"domutils": "^3.1.0",
"glob": "^11.0.0",
"htmlparser2": "^9.1.0",
"shiki": "^1.11.0",
"thulite": "^2.5.0"
},
"devDependencies": {
"vite": "^5.2.10"
},
"engines": {
"node": ">=20.11.0"
}
}