-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 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
{
"name": "bootstrap-starter-rec",
"version": "0.0.0",
"description": "Thulite Bootstrap starter with recommended integrations",
"author": "Thulite",
"license": "MIT",
"scripts": {
"create": "hugo new",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "vite preview --outDir public"
},
"dependencies": {
"@thulite/bootstrap": "^1.2.3",
"@thulite/images": "^3.3.4",
"@thulite/seo": "^2.4.3",
"thulite": "^2.6.5"
},
"overrides": {
"minimatch": "^10.2.2",
"glob": "^13.0.6"
},
"devDependencies": {
"prettier": "^3.8.1",
"vite": "^7.3.1"
},
"engines": {
"node": ">=24.13.0"
}
}