mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
83d25c36b8
Bumps [husky](https://github.com/typicode/husky) from 9.1.6 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "fixit-core",
|
|
"version": "0.3.15",
|
|
"private": true,
|
|
"description": "Hugo FixIt core theme component source files",
|
|
"keywords": [
|
|
"hugo",
|
|
"theme",
|
|
"fixit"
|
|
],
|
|
"homepage": "https://github.com/hugo-fixit/FixIt#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/hugo-fixit/FixIt/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hugo-fixit/FixIt.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Lruihao (https://lruihao.cn)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "hugo --source=demo --themesDir ../.. --theme $PWD --gc --minify --logLevel info",
|
|
"server": "hugo server --source=demo --themesDir ../.. --theme $PWD -D --disableFastRender --navigateToChanged --ignoreCache -O",
|
|
"server:production": "npm run server -- -e production",
|
|
"server:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache -O",
|
|
"version": "fixit-releaser version --prod",
|
|
"postversion": "git push && git push --tags && npm run release",
|
|
"release": "fixit-releaser changelog",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@hugo-fixit/fixit-releaser": "^1.0.1",
|
|
"husky": "^9.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|