@redocly/portal-plugin-gravitee-sso
Version:
Gravitee SSO plugin for @redocly/portal
50 lines • 1.25 kB
JSON
{
"name": "@redocly/portal-plugin-gravitee-sso",
"version": "1.3.1",
"description": "Gravitee SSO plugin for @redocly/portal",
"type": "module",
"exports": {
".": "./lib/plugin.js",
"./package.json": "./package.json",
"./plugin.js": "./lib/plugin.js",
"./config.js": "./lib/config.js",
"./src/GraviteeLoginPage": "./src/GraviteeLoginPage.tsx",
"./src/GraviteeLoginPage.js": "./src/GraviteeLoginPage.tsx"
},
"keywords": [
"redocly",
"portal",
"sso",
"gravitee"
],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.9",
"@types/styled-components": "5.1.34",
"hono": "4.6.5",
"json-schema-to-ts": "2.9.1",
"typescript": "5.6.2"
},
"dependencies": {
"styled-components": "5.3.11"
},
"peerDependencies": {
"react": "^18.0.0",
"hono": "4.6.5",
"@redocly/realm": "0.121.1",
"@redocly/theme": "0.53.0"
},
"peerDependenciesMeta": {
"@redocly/realm": {
"optional": true
}
},
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc -p tsconfig.build.json",
"build": "npm run clean && npm run compile",
"watch": "tsc -w -p tsconfig.build.json"
}
}