-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 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": "xlabs-club",
"version": "1.8.0",
"description": "This is the source of xlabs.club",
"author": "xlabs-club",
"license": "CC BY-NC 4.0",
"repository": {
"type": "git",
"url": "https://github.com/xlabs-club/xlabs-club.github.io.git"
},
"scripts": {
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "vite preview --outDir public"
},
"dependencies": {
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@tabler/icons": "^3.20.0",
"@thulite/doks-core": "^1.8.0",
"@thulite/images": "^3.3.0",
"@thulite/inline-svg": "^1.2.0",
"@thulite/seo": "^2.4.1",
"mermaid": "^11.3.0",
"thulite": "^2.5.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"vite": "^5.4.2"
},
"engines": {
"node": ">=20.11.0"
}
}