mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
21be5fec43
* web: bump knip from 5.84.1 to 5.85.0 in /web Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.84.1 to 5.85.0. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@5.85.0/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 5.85.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update prettier packages. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
101 lines
2.8 KiB
JSON
101 lines
2.8 KiB
JSON
{
|
|
"name": "@goauthentik/docusaurus-config",
|
|
"version": "2.4.0",
|
|
"description": "authentik's Docusaurus config",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goauthentik/authentik.git",
|
|
"directory": "packages/docusaurus-config"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"lint": "eslint --fix .",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"prettier": "prettier --cache --write -u .",
|
|
"prettier-check": "prettier --cache --check -u ."
|
|
},
|
|
"type": "module",
|
|
"types": "./out/index.d.ts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./out/index.d.ts",
|
|
"import": "./index.js"
|
|
},
|
|
"./css/*.css": "./css/*.css"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge-ts": "^7.1.5",
|
|
"prism-react-renderer": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/theme-common": "3.9.2",
|
|
"@docusaurus/theme-search-algolia": "^3.9.2",
|
|
"@docusaurus/types": "^3.9.2",
|
|
"@eslint/js": "^9.39.1",
|
|
"@goauthentik/eslint-config": "../eslint-config",
|
|
"@goauthentik/prettier-config": "../prettier-config",
|
|
"@goauthentik/tsconfig": "../tsconfig",
|
|
"@types/node": "^25.0.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
"@typescript-eslint/parser": "^8.47.0",
|
|
"eslint": "^9.39.1",
|
|
"pino": "^10.1.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.49.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/theme-common": "^3.9.2",
|
|
"@docusaurus/theme-search-algolia": "^3.9.2",
|
|
"@docusaurus/types": "^3.9.2",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"files": [
|
|
"./index.js",
|
|
"lib/**/*",
|
|
"css/**/*",
|
|
"out/**/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.0"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "warn",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": "11.10.1",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"peerDependenciesMeta": {
|
|
"@docusaurus/theme-search-algolia": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|