podman-desktop/website/package.json

74 lines
2.6 KiB
JSON
Raw Normal View History

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"format:check": "biome format && prettier --cache --check '**/*.md'",
"format:fix": "biome format --write && prettier --cache --write --check '**/*.md'",
"markdownlint:check": "markdownlint-cli2 --config ../.markdownlint.yaml \"**/*.md\" \"#node_modules\" \"#api\" ",
"markdownlint:fix": "markdownlint-cli2 --fix --config ../.markdownlint.yaml \"**/*.md\" \"#node_modules\"",
"lint:check": "cd .. && eslint --cache --cache-location website/.eslintcache website --ext js,ts,tsx",
"lint:fix": "cd .. && eslint --cache --cache-location website/.eslintcache website --fix --ext js,ts,tsx",
"lint:clean": "rimraf .eslintcache"
},
"dependencies": {
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-client-redirects": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-common": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
chore(deps): bump the fortawesome group with 5 updates Bumps the fortawesome group with 5 updates: | Package | From | To | | --- | --- | --- | | [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` | | [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` | | [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` | | [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` | | [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` | Updates `@fortawesome/fontawesome-free` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0) Updates `@fortawesome/free-brands-svg-icons` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0) Updates `@fortawesome/free-regular-svg-icons` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0) Updates `@fortawesome/free-solid-svg-icons` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0) Updates `@fortawesome/fontawesome-svg-core` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-free" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-brands-svg-icons" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-regular-svg-icons" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-solid-svg-icons" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/fontawesome-svg-core" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortawesome ... Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 03:07:14 +00:00
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"docusaurus-plugin-goatcounter": "^4.0.0",
chore(typedoc): bump latest (#13837) * chore(deps): bump the typedoc group with 3 updates Bumps the typedoc group with 3 updates: [docusaurus-plugin-typedoc](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc), [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). Updates `docusaurus-plugin-typedoc` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/docusaurus-plugin-typedoc/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/docusaurus-plugin-typedoc@1.4.0/packages/docusaurus-plugin-typedoc) Updates `typedoc` from 0.28.3 to 0.28.7 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.28.3...v0.28.7) Updates `typedoc-plugin-markdown` from 4.6.2 to 4.7.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.7.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: docusaurus-plugin-typedoc dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typedoc - dependency-name: typedoc dependency-version: 0.28.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typedoc - dependency-name: typedoc-plugin-markdown dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typedoc ... Signed-off-by: dependabot[bot] <support@github.com> * fix(typedoc): specify missing docs path Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 09:29:58 +00:00
"docusaurus-plugin-typedoc": "^1.4.2",
"hosted-git-info": "^9.0.2",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^3.4.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@octokit/rest": "^22.0.1",
chore(deps-dev): bump the tailwindcss group with 3 updates Bumps the tailwindcss group with 3 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss). Updates `@tailwindcss/vite` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/tailwindcss) Updates `@tailwindcss/postcss` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: tailwindcss dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss ... Signed-off-by: dependabot[bot] <support@github.com>
2026-04-21 07:12:12 +00:00
"@tailwindcss/postcss": "^4.2.3",
"markdownlint": "^0.40.0",
"markdownlint-cli2": "^0.22.0",
"markdownlint-cli2-formatter-summarize": "^0.0.8",
"msw": "^2.13.4",
"postcss": "^8.5.10",
chore(deps-dev): bump the tailwindcss group with 3 updates Bumps the tailwindcss group with 3 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss). Updates `@tailwindcss/vite` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/tailwindcss) Updates `@tailwindcss/postcss` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.3/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: tailwindcss dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tailwindcss ... Signed-off-by: dependabot[bot] <support@github.com>
2026-04-21 07:12:12 +00:00
"tailwindcss": "^4.2.3",
"typedoc": "^0.28.19",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "^5.9.3",
"vitest": "^4.1.4"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}