Files
backstage/docs-ui/package.json
T
dependabot[bot] c8813abee0 chore(deps-dev): Bump postcss from 8.5.8 to 8.5.10 in /docs-ui
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 15:37:04 +02:00

54 lines
1.5 KiB
JSON

{
"name": "docs-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"lint": "eslint .",
"start": "next dev",
"sync:changelog": "node scripts/sync-changelog.mjs",
"sync:changelog:dry-run": "node scripts/sync-changelog.mjs --dry-run",
"sync:changelog:force": "node scripts/sync-changelog.mjs --force"
},
"resolutions": {
"@remixicon/react": ">=4.6.0 <4.9.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-beta.4",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/view": "^6.34.4",
"@lezer/highlight": "^1.2.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "16.2.1",
"@remixicon/react": ">=4.6.0 <4.9.0",
"@uiw/codemirror-themes": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
"clsx": "^2.1.1",
"html-react-parser": "^5.2.5",
"motion": "^12.4.1",
"next": "16.2.3",
"next-mdx-remote-client": "^2.1.2",
"prop-types": "^15.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"shiki": "^3.13.0"
},
"devDependencies": {
"@octokit/rest": "^22.0.1",
"@shikijs/transformers": "^3.13.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.13.14",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"postcss": "^8.5.10",
"postcss-import": "^16.1.1",
"typescript": "^5",
"unified": "^11.0.4"
}
}