mirror of
https://github.com/goauthentik/authentik
synced 2026-05-08 16:13:02 +02:00
119 lines
4.0 KiB
JSON
119 lines
4.0 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 .",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"start": "npm start -w docs",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.39.3",
|
|
"@goauthentik/eslint-config": "../packages/eslint-config",
|
|
"@goauthentik/prettier-config": "../packages/prettier-config",
|
|
"@goauthentik/tsconfig": "../packages/tsconfig",
|
|
"@types/node": "^25.5.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"eslint": "^9.39.3",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"netlify-redirect-parser": "^14.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postman-code-generators": "2.1.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.57.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.7.11",
|
|
"@rspack/binding-linux-arm64-gnu": "1.7.11",
|
|
"@rspack/binding-linux-x64-gnu": "1.7.11",
|
|
"@swc/core-darwin-arm64": "1.15.32",
|
|
"@swc/core-linux-arm64-gnu": "1.15.32",
|
|
"@swc/core-linux-x64-gnu": "1.15.32",
|
|
"@swc/html-darwin-arm64": "1.15.32",
|
|
"@swc/html-linux-arm64-gnu": "1.15.32",
|
|
"@swc/html-linux-x64-gnu": "1.15.32",
|
|
"lightningcss-darwin-arm64": "1.32.0",
|
|
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
"lightningcss-linux-x64-gnu": "1.32.0"
|
|
},
|
|
"workspaces": [
|
|
"vendored/*",
|
|
"docusaurus-theme",
|
|
"api",
|
|
"integrations",
|
|
"docs"
|
|
],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "error",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.6.2",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"packageManager": "npm@11.13.0+sha512.7119a16a0843580d65160977520e3f5710c974f04afd4fad36d9eb97d917ba716a856c35c78c4be6dc64367eeaccfb957ef5ce997ca31e9330b2e936ba2b1b92",
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"@goauthentik/api-docs": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"postman-collection": "^5.0.2",
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^2.1.0",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager"
|
|
}
|
|
}
|
|
},
|
|
"@goauthentik/prettier-config": {
|
|
"prettier": "$prettier",
|
|
"prettier-plugin-packagejson": "$prettier-plugin-packagejson"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^1.10.1",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
}
|
|
},
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
},
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
},
|
|
"typescript-eslint": {
|
|
"typescript": "$typescript"
|
|
}
|
|
}
|
|
}
|