mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
* website: Flesh out version picker. Port 3.8 theme. * website: Update Dockerfile to include compose. * website: Flesh out branch override. Tidy list items.
24 lines
666 B
JSON
24 lines
666 B
JSON
{
|
|
"name": "@goauthentik/docusaurus-theme",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js",
|
|
"./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/*"
|
|
}
|
|
}
|