-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.71 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.71 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
36
37
38
39
40
41
42
43
{
"comments": {
"dependencies": {
"medium-zoom": "github.com/simonheimlicher/hugo-claris",
"posthog-js": "project"
},
"devDependencies": {
"@dotenvx/dotenvx": "project",
"@fullhuman/postcss-purgecss": "github.com/simonheimlicher/hugo-claris",
"autoprefixer": "github.com/simonheimlicher/hugo-claris",
"cssnano": "github.com/simonheimlicher/hugo-claris",
"postcss": "github.com/simonheimlicher/hugo-claris",
"postcss-cli": "github.com/simonheimlicher/hugo-claris",
"postcss-prune-var": "github.com/simonheimlicher/hugo-claris",
"postcss-var-optimize": "github.com/simonheimlicher/hugo-claris"
}
},
"dependencies": {
"medium-zoom": "^1.0.6",
"posthog-js": "^1.113.2"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.51.4",
"@fullhuman/postcss-purgecss": "^7.0.2",
"autoprefixer": "^10.4.14",
"cssnano": "^7.1.2",
"postcss": "^8.4.23",
"postcss-cli": "^11.0.1",
"postcss-prune-var": "1.1.0",
"postcss-var-optimize": "^8.1.0"
},
"name": "heimlicher.com",
"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",
"mod-pack": "$(hvm status --printExecPathCached) mod npm pack",
"mod-pack:workspace": "HUGO_MODULE_WORKSPACE=go.work $(hvm status --printExecPathCached) mod npm pack",
"rebuild:workspace": "npm run clean && npm run build:workspace"
},
"version": "0.1.0"
}