mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
eda5aff6e4
Bumps the npm-development group with 7 updates: | Package | From | To | | --- | --- | --- | | [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `9.2.0` | `9.3.0` | | [@unocss/cli](https://github.com/unocss/unocss/tree/HEAD/packages-engine/cli) | `66.7.5` | `66.8.1` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `10.0.4` | `10.0.5` | | [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.9.1` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.2.0` | `17.4.1` | | [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) | `2.13.1` | `2.14.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` | Updates `@antfu/eslint-config` from 9.2.0 to 9.3.0 - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](https://github.com/antfu/eslint-config/compare/v9.2.0...v9.3.0) Updates `@unocss/cli` from 66.7.5 to 66.8.1 - [Release notes](https://github.com/unocss/unocss/releases) - [Commits](https://github.com/unocss/unocss/commits/v66.8.1/packages-engine/cli) Updates `concurrently` from 10.0.4 to 10.0.5 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v10.0.4...v10.0.5) Updates `eslint` from 10.8.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.9.1) Updates `lint-staged` from 17.2.0 to 17.4.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.2.0...v17.4.1) Updates `simple-git-hooks` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/toplenboren/simple-git-hooks/releases) - [Changelog](https://github.com/toplenboren/simple-git-hooks/blob/master/CHANGELOG.md) - [Commits](https://github.com/toplenboren/simple-git-hooks/compare/2.13.1...2.14.0) Updates `tsx` from 4.23.1 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.1...v4.23.12) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 9.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@unocss/cli" dependency-version: 66.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: concurrently dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: simple-git-hooks dependency-version: 2.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "@hugo-fixit/core",
|
|
"type": "module",
|
|
"version": "1.0.0-alpha",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.4.0",
|
|
"description": "Hugo FixIt core theme component source files",
|
|
"author": {
|
|
"name": "Lruihao",
|
|
"email": "1024@lruihao.cn",
|
|
"url": "https://lruihao.cn"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://fixit.lruihao.cn",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hugo-fixit/FixIt.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hugo-fixit/FixIt/issues"
|
|
},
|
|
"keywords": [
|
|
"hugo",
|
|
"theme",
|
|
"fixit"
|
|
],
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"dev:demo": "pnpm -F demo dev",
|
|
"dev:test": "pnpm -F test dev",
|
|
"dev:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache -O",
|
|
"build:demo": "pnpm -F demo build",
|
|
"build:test": "pnpm -F test build",
|
|
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start && pnpm encrypt",
|
|
"encrypt": "pnpm -F encrypt start",
|
|
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
|
|
"preview": "serve public",
|
|
"lint": "eslint --cache .",
|
|
"typecheck": "tsc --noEmit -p assets/tsconfig.json",
|
|
"version": "pnpm -F versioning start prod",
|
|
"changelog": "auto-changelog-plus --starting-date 2021-12-18",
|
|
"gen:lexers": "pnpm -F chroma-lexers start",
|
|
"gen:docs": "pnpm -F gen-docs start",
|
|
"gen:typedoc": "typedoc",
|
|
"gen:sassdoc": "npx sassdoc@2.7.2 assets/scss/ --dest public/references/scss --config .sassdocrc",
|
|
"unocss": "unocss",
|
|
"unocss:watch": "unocss --watch",
|
|
"prepare": "simple-git-hooks"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^9.3.0",
|
|
"@hugo-fixit/unocss-preset": "workspace:*",
|
|
"@types/node": "^25.9.4",
|
|
"@unocss/cli": "^66.8.1",
|
|
"auto-changelog-plus": "^1.3.0",
|
|
"concurrently": "^10.0.5",
|
|
"eslint": "^10.9.1",
|
|
"jiti": "^2.7.0",
|
|
"lint-staged": "^17.4.1",
|
|
"serve": "^14.2.6",
|
|
"simple-git-hooks": "^2.14.0",
|
|
"tsx": "^4.23.12",
|
|
"typedoc": "^0.28.20",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm -F versioning start dev && pnpm typecheck && pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|