-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.hugo.json
More file actions
35 lines (35 loc) · 1.27 KB
/
package.hugo.json
File metadata and controls
35 lines (35 loc) · 1.27 KB
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
{
"comments": {
"dependencies": {
"autoprefixer": "project",
"lazysizes": "github.com/simonheimlicher/hugo-claris",
"medium-zoom": "project",
"posthog-js": "project"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"autoprefixer": "project",
"postcss": "github.com/simonheimlicher/hugo-claris",
"postcss-cli": "project",
"postcss-prune-var": "project",
"postcss-var-optimize": "project"
}
},
"dependencies": {
"posthog-js": "^1.113.2"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.51.4"
},
"name": "heimlicher.com",
"version": "0.1.0",
"scripts": {
"build": "dotenvx run -- $(hvm status --printExecPathCached) --gc --minify",
"build:workspace": "dotenvx run -- env HUGO_MODULE_WORKSPACE=go.work $(hvm status --printExecPathCached) --gc",
"clean": "rm -rf public resources/_gen",
"dev": "dotenvx run -- env HUGO_MODULE_WORKSPACE=go.work $(hvm status --printExecPathCached) server --port=1313 --disableFastRender",
"rebuild:workspace": "npm run clean && npm run build:workspace",
"mod-pack": "$(hvm status --printExecPathCached) mod npm pack",
"mod-pack:workspace": "HUGO_MODULE_WORKSPACE=go.work $(hvm status --printExecPathCached) mod npm pack"
}
}