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