mirror of
https://github.com/goauthentik/authentik
synced 2026-05-09 16:42:38 +02:00
* website: bump the build group in /website with 3 updates Bumps the build group in /website with 3 updates: [@rspack/binding-darwin-arm64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack), [@rspack/binding-linux-arm64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) and [@rspack/binding-linux-x64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack). Updates `@rspack/binding-darwin-arm64` from 1.7.11 to 2.0.0 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.0/packages/rspack) Updates `@rspack/binding-linux-arm64-gnu` from 1.7.11 to 2.0.0 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.0/packages/rspack) Updates `@rspack/binding-linux-x64-gnu` from 1.7.11 to 2.0.0 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.0/packages/rspack) --- updated-dependencies: - dependency-name: "@rspack/binding-darwin-arm64" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: "@rspack/binding-linux-arm64-gnu" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: "@rspack/binding-linux-x64-gnu" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build ... Signed-off-by: dependabot[bot] <support@github.com> * dependabot pls Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
77 lines
2.7 KiB
JSON
77 lines
2.7 KiB
JSON
{
|
|
"name": "@goauthentik/api-docs",
|
|
"version": "0.0.0",
|
|
"description": "API Documentation",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "run-s generate build:docusaurus",
|
|
"build:docusaurus": "docusaurus build",
|
|
"clean": "run-s generate:clean docusaurus:clean",
|
|
"docusaurus": "docusaurus",
|
|
"docusaurus:clean": "docusaurus clear",
|
|
"generate": "docusaurus gen-api-docs all",
|
|
"generate:clean": "docusaurus clean-api-docs all",
|
|
"serve": "docusaurus serve",
|
|
"start": "docusaurus start",
|
|
"swizzle": "docusaurus swizzle"
|
|
},
|
|
"imports": {
|
|
"#reference/sidebar": "./reference/sidebar.ts"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.10.1",
|
|
"@docusaurus/faster": "^3.10.1",
|
|
"@docusaurus/module-type-aliases": "^3.10.1",
|
|
"@docusaurus/plugin-client-redirects": "^3.10.1",
|
|
"@docusaurus/plugin-content-docs": "^3.9.2",
|
|
"@docusaurus/preset-classic": "^3.10.1",
|
|
"@docusaurus/theme-common": "^3.10.1",
|
|
"@docusaurus/tsconfig": "^3.10.1",
|
|
"@docusaurus/types": "^3.9.2",
|
|
"@goauthentik/docusaurus-config": "^2.7.0",
|
|
"@goauthentik/docusaurus-theme": "*",
|
|
"@goauthentik/tsconfig": "^1.0.7",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@types/postman-collection": "^3.5.11",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"docusaurus-plugin-openapi-docs": "^5.0.2",
|
|
"docusaurus-theme-openapi-docs": "^5.0.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"openapi-to-postmanv2": "^6.0.1",
|
|
"postman-code-generators": "^2.1.0",
|
|
"postman-collection": "^5.0.2",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.5",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "2.0.0",
|
|
"@rspack/binding-linux-arm64-gnu": "2.0.0",
|
|
"@rspack/binding-linux-x64-gnu": "2.0.0",
|
|
"@swc/core-darwin-arm64": "1.15.33",
|
|
"@swc/core-linux-arm64-gnu": "1.15.33",
|
|
"@swc/core-linux-x64-gnu": "1.15.33",
|
|
"@swc/html-darwin-arm64": "1.15.33",
|
|
"@swc/html-linux-arm64-gnu": "1.15.33",
|
|
"@swc/html-linux-x64-gnu": "1.15.33",
|
|
"lightningcss-darwin-arm64": "1.32.0",
|
|
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
"lightningcss-linux-x64-gnu": "1.32.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|