2021-08-23 22:07:54 +02:00
|
|
|
{
|
|
|
|
"name": "hugo-paper",
|
2022-07-18 17:36:23 +02:00
|
|
|
"version": "6.0.0",
|
2021-08-23 22:07:54 +02:00
|
|
|
"repository": "https://github.com/nanxiaobei/hugo-paper.git",
|
|
|
|
"author": "nanxiaobei <nanxiaobei@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-07-18 17:36:23 +02:00
|
|
|
"start": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --bind=0.0.0.0 --baseURL=192.168.0.103 --port=1313",
|
2021-08-24 05:18:15 +02:00
|
|
|
"open": "open http://0.0.0.0:1313/",
|
2022-07-18 17:36:23 +02:00
|
|
|
"css": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch",
|
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-07-24 17:57:29 +02:00
|
|
|
"dev": "killall hugo & pnpm css & pnpm start & pnpm open",
|
2022-06-30 19:15:59 +02:00
|
|
|
"build": "pnpm go & pnpm site"
|
2021-08-23 22:07:54 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-18 17:39:10 +02:00
|
|
|
"@tailwindcss/typography": "^0.5.4",
|
2022-06-30 19:15:59 +02:00
|
|
|
"prettier": "^2.7.1",
|
2022-07-18 17:39:10 +02:00
|
|
|
"prettier-plugin-tailwindcss": "^0.1.12",
|
2022-06-30 19:15:59 +02:00
|
|
|
"stylelint": "^14.9.1",
|
2022-07-18 17:36:23 +02:00
|
|
|
"stylelint-config-one": "^2.2.0",
|
2022-07-18 17:39:10 +02:00
|
|
|
"tailwindcss": "^3.1.6"
|
2021-08-23 22:07:54 +02:00
|
|
|
}
|
|
|
|
}
|