1
0
Fork 0
hugo-paper/package.json

22 lines
772 B
JSON
Raw Normal View History

2021-08-23 22:07:54 +02:00
{
"name": "hugo-paper",
"version": "5.0.0",
"repository": "https://github.com/nanxiaobei/hugo-paper.git",
"author": "nanxiaobei <nanxiaobei@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
2022-06-30 19:15:59 +02:00
"serve": "hugo server --baseURL=http://0.0.0.0 --bind=0.0.0.0 --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite",
2021-08-24 05:18:15 +02:00
"open": "open http://0.0.0.0:1313/",
2021-08-24 04:14:15 +02:00
"go": "cp exampleSite/go.default.mod exampleSite/go.mod",
2021-08-24 05:18:15 +02:00
"site": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml",
2022-06-30 19:15:59 +02:00
"dev": "pnpm serve & pnpm open",
"build": "pnpm go & pnpm site"
2021-08-23 22:07:54 +02:00
},
"dependencies": {
2022-06-30 19:15:59 +02:00
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-one": "^2.2.0"
2021-08-23 22:07:54 +02:00
}
}