1
0
Fork 0
hugo-paper/package.json
2021-08-24 07:48:16 +08:00

22 lines
685 B
JSON

{
"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": {
"site": "hugo server -Dw --minify --disableFastRender --themesDir ../.. --source exampleSite",
"open": "open http://localhost:1313/",
"dev": "yarn open & yarn site",
"build": "hugo --gc --minify --themesDir ../.. --source exampleSite"
},
"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"
}
}