-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
37 lines (37 loc) · 931 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
37
{
"name": "doks-website",
"version": "0.7.0",
"description": "Doks website",
"author": "Thulite",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/getdoks.org.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",
"@thulite/doks-core": "^1.7.0",
"@thulite/images": "^3.3.0",
"@thulite/inline-svg": "^1.2.0",
"@thulite/seo": "^2.4.0",
"@tabler/icons": "^3.12.0",
"thulite": "^2.5.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"prettier": "^3.3.3",
"vite": "^5.4.2"
},
"engines": {
"node": ">=20.11.0"
}
}