mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@goauthentik/docusaurus-theme",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js",
|
|
"./custom.css": "./custom.css",
|
|
"./config": "./config.js",
|
|
"./remark": "./remark/index.mjs",
|
|
"./components/*": "./components/*",
|
|
"./releases/plugin": "./releases/plugin.mjs",
|
|
"./releases/utils": "./releases/utils.mjs"
|
|
},
|
|
"imports": {
|
|
"#remark": "./remark/index.mjs",
|
|
"#remark/*": "./remark/*",
|
|
"#components/*": "./components/*",
|
|
"#hooks/*": "./hooks/*",
|
|
"#theme/*": "./theme/*"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/preset-classic": "3.7.0",
|
|
"@goauthentik/docusaurus-config": "1.1.0",
|
|
"@types/semver": "^7.7.0",
|
|
"clsx": "^2.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"semver": "^7.7.2",
|
|
"typescript": "^5.8.3",
|
|
"unist-util-visit": "^5.0.0"
|
|
}
|
|
}
|