forked from lfapac-open-source-evangelist/todogroup.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.57 KB
/
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": "dot-org-hugo-theme",
"version": "1.0.0",
"description": "",
"main": "none.js",
"scripts": {
"build": "hugo --theme=dot-org-hugo-theme",
"start": "hugo serve --logLevel info --configDir=config --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints",
"dev": "npm run dev:start",
"dev:start": "hugo serve --logLevel info --configDir=config --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints",
"dev:start:with-pagefind": "hugo --baseURL=/ --theme=dot-org-hugo-theme && npm_config_yes=true npx pagefind --site 'public' --output-subdir '../static/pagefind' && npm run dev:start",
"dev:build": "hugo --theme=dot-org-hugo-theme",
"pulltheme": "git submodule update --remote"
},
"repository": {
"type": "git",
"url": "https://github.com/cncf/dot-org-hugo-theme"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cncf/dot-org-hugo-theme/issues"
},
"homepage": "https://github.com/cncf/dot-org-hugo-theme#readme",
"dependencies": {
"autoprefixer": "^10.4.15",
"hugo-extended": "^0.117.0",
"netlify-cli": "^16.0.2",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0"
},
"devDependencies": {
"prettier": "^3.0.2",
"prettier-plugin-go-template": "^0.0.15"
}
}