mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 01:15:50 +00:00
Bumps the linting group with 2 updates: [textlint](https://github.com/textlint/textlint) and [textlint-rule-no-dead-link](https://github.com/textlint-rule/textlint-rule-no-dead-link). Updates `textlint` from 15.2.1 to 15.2.2 - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/v15.2.1...v15.2.2) Updates `textlint-rule-no-dead-link` from 5.2.0 to 6.0.1 - [Release notes](https://github.com/textlint-rule/textlint-rule-no-dead-link/releases) - [Commits](https://github.com/textlint-rule/textlint-rule-no-dead-link/compare/v5.2.0...v6.0.1) --- updated-dependencies: - dependency-name: textlint dependency-version: 15.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting - dependency-name: textlint-rule-no-dead-link dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
2.0 KiB
JSON
58 lines
2.0 KiB
JSON
{
|
|
"name": "it4c.dev",
|
|
"version": "1.0.0",
|
|
"description": "The IT4C.dev website",
|
|
"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",
|
|
"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.1.12",
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.24",
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.112",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-vue": "^10.4.0",
|
|
"globals": "^16.3.0",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "3.6.2",
|
|
"sass-embedded": "^1.90.0",
|
|
"tailwindcss": "^4.1.11",
|
|
"textlint": "^15.2.2",
|
|
"textlint-filter-rule-comments": "^1.2.2",
|
|
"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.0.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",
|
|
"typescript-eslint": "^8.40.0",
|
|
"vuepress": "^2.0.0-rc.24",
|
|
"vuepress-plugin-imagemin": "^0.1.2",
|
|
"vuepress-theme-hope": "^2.0.0-rc.94"
|
|
}
|
|
}
|