mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4. - [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.3...8.5.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
116 lines
4.1 KiB
JSON
116 lines
4.1 KiB
JSON
{
|
|
"name": "@goauthentik/docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "run-s build:docker build:schema build:api build:docusaurus",
|
|
"build-bundled": "run-s build:schema build:api build:docusaurus",
|
|
"build:api": "docusaurus gen-api-docs all",
|
|
"build:docker": "cp ../docker-compose.yml ./static/docker-compose.yml",
|
|
"build:docusaurus": "cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build",
|
|
"build:schema": "cp -f ../schema.yml ./static/schema.yml",
|
|
"deploy": "docusaurus deploy",
|
|
"docusaurus": "docusaurus",
|
|
"lint": "eslint --fix .",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"serve": "docusaurus serve",
|
|
"start": "docusaurus start",
|
|
"swizzle": "docusaurus swizzle",
|
|
"test": "node --test",
|
|
"watch": "run-s build:schema build:api start"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/faster": "^3.7.0",
|
|
"@docusaurus/plugin-client-redirects": "^3.7.0",
|
|
"@docusaurus/plugin-content-docs": "^3.7.0",
|
|
"@docusaurus/preset-classic": "^3.7.0",
|
|
"@docusaurus/theme-common": "^3.7.0",
|
|
"@docusaurus/theme-mermaid": "^3.7.0",
|
|
"@goauthentik/docusaurus-config": "^1.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"clsx": "^2.1.1",
|
|
"docusaurus-plugin-openapi-docs": "^4.4.0",
|
|
"docusaurus-theme-openapi-docs": "^4.4.0",
|
|
"postcss": "^8.5.4",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^18.3.1",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-dom": "^18.3.1",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"semver": "^7.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.7.0",
|
|
"@docusaurus/tsconfig": "^3.7.0",
|
|
"@docusaurus/types": "^3.7.0",
|
|
"@eslint/js": "^9.27.0",
|
|
"@goauthentik/eslint-config": "^1.0.5",
|
|
"@goauthentik/prettier-config": "^1.0.5",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/lodash": "^4.17.17",
|
|
"@types/node": "^22.15.29",
|
|
"@types/postman-collection": "^3.5.11",
|
|
"@types/react": "^18.3.22",
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
"@typescript-eslint/parser": "^8.8.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.11.1",
|
|
"fast-glob": "^3.3.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-packagejson": "^2.5.14",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.3.11",
|
|
"@rspack/binding-linux-arm64-gnu": "1.3.11",
|
|
"@rspack/binding-linux-x64-gnu": "1.3.11",
|
|
"@swc/core-darwin-arm64": "1.11.29",
|
|
"@swc/core-linux-arm64-gnu": "1.11.29",
|
|
"@swc/core-linux-x64-gnu": "1.11.29",
|
|
"@swc/html-darwin-arm64": "1.11.29",
|
|
"@swc/html-linux-arm64-gnu": "1.11.29",
|
|
"@swc/html-linux-x64-gnu": "1.11.29",
|
|
"lightningcss-darwin-arm64": "1.30.1",
|
|
"lightningcss-linux-arm64-gnu": "1.30.1",
|
|
"lightningcss-linux-x64-gnu": "1.30.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.14.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"fork-ts-checker-webpack-plugin": {
|
|
"glob": "^11.0.1"
|
|
},
|
|
"postman-collection": {
|
|
"@faker-js/faker": "^6.3.1"
|
|
},
|
|
"webpack-dev-server": {
|
|
"rimraf": "6.0.1"
|
|
}
|
|
}
|
|
}
|