mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-23 18:55:26 +00:00
Bumps the vuepress group with 4 updates in the / directory: [@vuepress/bundler-vite](https://github.com/vuepress/core), [@vuepress/plugin-slimsearch](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/search/plugin-slimsearch), [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) and [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme). Updates `@vuepress/bundler-vite` from 2.0.0-rc.26 to 2.0.0-rc.27 - [Release notes](https://github.com/vuepress/core/releases) - [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuepress/core/compare/v2.0.0-rc.26...v2.0.0-rc.27) Updates `@vuepress/plugin-slimsearch` from 2.0.0-rc.121 to 2.0.0-rc.125 - [Release notes](https://github.com/vuepress/ecosystem/releases) - [Changelog](https://github.com/vuepress/ecosystem/blob/main/plugins/search/plugin-slimsearch/CHANGELOG.md) - [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.125/plugins/search/plugin-slimsearch) Updates `vuepress` from 2.0.0-rc.26 to 2.0.0-rc.27 - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress) Updates `vuepress-theme-hope` from 2.0.0-rc.102 to 2.0.0-rc.103 - [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases) - [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md) - [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.103/packages/theme) --- updated-dependencies: - dependency-name: "@vuepress/bundler-vite" dependency-version: 2.0.0-rc.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: "@vuepress/plugin-slimsearch" dependency-version: 2.0.0-rc.125 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: vuepress dependency-version: 2.0.0-rc.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: vuepress-theme-hope dependency-version: 2.0.0-rc.103 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.9 KiB
JSON
54 lines
1.9 KiB
JSON
{
|
|
"name": "it4c.dev",
|
|
"version": "1.0.0",
|
|
"description": "The IT4C.dev website",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "vuepress build docs",
|
|
"dev": "vuepress dev docs",
|
|
"dev-prod": "npm run build && http-server ./docs/.vuepress/dist",
|
|
"test": "npm run test:lint:textlint && npm run test:lint:eslint",
|
|
"test:lint:eslint": "eslint --max-warnings 0 .",
|
|
"test:lint:textlint": "textlint \"*.md\" \"docs/**/*.md\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
|
|
},
|
|
"author": "Ulf Gebhardt",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/IT4Change/IT4C.dev/issues"
|
|
},
|
|
"homepage": "https://github.com/IT4Change/IT4C.dev#readme",
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.27",
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.125",
|
|
"eslint": "^10.0.3",
|
|
"eslint-config-it4c": "^0.12.0",
|
|
"http-server": "^14.1.1",
|
|
"sass-embedded": "^1.98.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"textlint": "^15.5.2",
|
|
"textlint-filter-rule-comments": "^1.3.0",
|
|
"textlint-rule-apostrophe": "^3.0.0",
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
"textlint-rule-doubled-spaces": "^1.0.2",
|
|
"textlint-rule-max-comma": "^4.0.0",
|
|
"textlint-rule-no-dead-link": "^6.2.1",
|
|
"textlint-rule-no-empty-element": "^0.3.1",
|
|
"textlint-rule-no-empty-section": "^1.1.0",
|
|
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
|
"textlint-rule-no-todo": "^2.0.1",
|
|
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
|
"textlint-rule-period-in-list-item": "^1.0.1",
|
|
"textlint-rule-write-good": "^2.0.0",
|
|
"vuepress": "^2.0.0-rc.27",
|
|
"vuepress-plugin-imagemin": "^0.1.2",
|
|
"vuepress-theme-hope": "^2.0.0-rc.103"
|
|
}
|
|
}
|