-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 922 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
35
36
37
38
39
{
"name": "src",
"version": "1.9.1",
"description": "Doks theme",
"author": "Thulite",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/doks.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.9.3",
"@tabler/icons": "^3.36.1",
"@thulite/images": "^3.3.4",
"@thulite/inline-svg": "^1.2.2",
"@thulite/seo": "^2.4.3",
"thulite": "^2.6.5"
},
"overrides": {
"minimatch": "^10.2.2",
"glob": "^13.0.6"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"prettier": "^3.8.1",
"vite": "^7.3.1"
},
"engines": {
"node": ">=24.13.0"
}
}