1
0
Fork 0
hugo-paper/package.json

26 lines
1.1 KiB
JSON
Raw Normal View History

2021-08-23 22:07:54 +02:00
{
"name": "hugo-paper",
2023-08-18 19:06:07 +02:00
"version": "6.21.0",
2021-08-23 22:07:54 +02:00
"repository": "https://github.com/nanxiaobei/hugo-paper.git",
"author": "nanxiaobei <nanxiaobei@gmail.com>",
"license": "MIT",
"scripts": {
2023-08-17 01:14:23 +02:00
"__FOR_DEV__": "please change all `192.168.0.102` to your local IP",
2022-12-24 21:13:43 +01:00
"dev:tailwind": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch",
2023-08-17 01:14:23 +02:00
"dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=192.168.0.102 --bind=192.168.0.102 --port=1313",
"dev:open": "open http://192.168.0.102:1313/",
2022-12-24 21:13:43 +01:00
"build:go": "cp exampleSite/go.default.mod exampleSite/go.mod",
"build:generate": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml",
"dev": "killall hugo & pnpm dev:tailwind & pnpm dev:server & pnpm dev:open",
"build": "pnpm build:go & pnpm build:generate"
2021-08-23 22:07:54 +02:00
},
"dependencies": {
2023-01-12 08:17:56 +01:00
"@tailwindcss/typography": "^0.5.9",
2023-08-18 19:05:36 +02:00
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"stylelint": "^15.10.3",
2023-03-19 19:35:56 +01:00
"stylelint-config-one": "^2.4.0",
2023-08-14 22:33:23 +02:00
"tailwindcss": "^3.3.3"
2021-08-23 22:07:54 +02:00
}
}