Files
authentik/website/package.json
T
dependabot[bot] 2250cea934 website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460)
website: bump prettier-plugin-packagejson in /website

Bumps [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](https://github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.19...v2.5.20)

---
updated-dependencies:
- dependency-name: prettier-plugin-packagejson
  dependency-version: 2.5.20
  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>
2025-12-01 13:28:52 +01:00

68 lines
2.2 KiB
JSON

{
"name": "@goauthentik/docs",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "npm run build -w docs",
"build:api": "npm run build -w api",
"build:integrations": "npm run build -w integrations",
"check-types": "tsc -b",
"docusaurus": "docusaurus",
"lint": "eslint --fix .",
"lint-check": "eslint --max-warnings 0 .",
"lint:lockfile": "echo 'Skipping lockfile linting'",
"prettier": "prettier --write .",
"prettier-check": "prettier --check .",
"start": "npm start -w docs",
"test": "node --test"
},
"dependencies": {
"@eslint/js": "^9.39.1",
"@goauthentik/eslint-config": "^1.1.0",
"@goauthentik/prettier-config": "^3.2.1",
"@goauthentik/tsconfig": "^1.0.5",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.39.1",
"netlify-plugin-cache": "^1.0.3",
"netlify-redirect-parser": "^14.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.20",
"typescript-eslint": "^8.48.0"
},
"optionalDependencies": {
"@rspack/binding-darwin-arm64": "1.6.5",
"@rspack/binding-linux-arm64-gnu": "1.6.5",
"@rspack/binding-linux-x64-gnu": "1.6.5",
"@swc/core-darwin-arm64": "1.15.3",
"@swc/core-linux-arm64-gnu": "1.15.3",
"@swc/core-linux-x64-gnu": "1.15.3",
"@swc/html-darwin-arm64": "1.15.3",
"@swc/html-linux-arm64-gnu": "1.15.3",
"@swc/html-linux-x64-gnu": "1.15.3",
"lightningcss-darwin-arm64": "1.30.2",
"lightningcss-linux-arm64-gnu": "1.30.2",
"lightningcss-linux-x64-gnu": "1.30.2"
},
"engines": {
"node": ">=24",
"npm": ">=11.6.2"
},
"workspaces": [
"docusaurus-theme",
"api",
"integrations",
"docs"
],
"prettier": "@goauthentik/prettier-config",
"overrides": {
"format-imports": {
"eslint": "^9.31.0"
}
}
}