1
0
Fork 0
hugo-paper/package.json

24 lines
828 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": {
2021-08-24 05:18:15 +02:00
"server": "hugo server -Dw --minify --disableFastRender --themesDir=../.. --source=exampleSite --bind=0.0.0.0",
"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",
2021-08-24 04:14:15 +02:00
"dev": "yarn open & yarn server",
"build": "yarn go & yarn site"
2021-08-23 22:07:54 +02:00
},
"dependencies": {
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.5.0",
"stylelint-config-standard": "^22.0.0"
}
}