mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
aa9518ac02
* integrate docs into nav * generator for local use, production needs to be set by env * fix typo * local dev * docs: annotate the first user endpoints in the management api * docs: annotate the first user endpoints in the management api * docs: annotate the first user endpoints in the management api * docs: annotate the first user endpoints in the management api * docs: add header params * rewrite docs links and improve ci * tweak build command * fix path * Update docs/docusaurus.config.js Co-authored-by: Max Peintner <max@caos.ch> * fix docker * docs: add header params * docs: Add tags to management api. add some descriptions * docs: more descriptions * docs: more descriptions * docs: required fields * docs: example request * docs: example request * docs: example request * docs: example request * docs: example request * docs: user metadata requests * docs: user requests * docs: user requests * docs: user requests * docs: user requests * docs: change nav add first methods to authentication api * docs: auth api * docs: auth api * docs: auth api * docs: auth api * docs: auth api * docs: api sidenav * chore: use buf without docker * fix deploy * fix ci * fix vercel * docs: admin * docs: admin api docs * docs: admin api docs * docs: admin api docs * docs: admin api docs * docs: security * docs: security * docs: admin api * docs: change to env vars * docs: auth api * docs: remove assets, deprecated requests, menu * reworked page with PaloAltoNetworks/docusaurus-openapi-docs * works with the resolutions * fix broken build by adding assets again * add tags to menu * chore: improve build speed * no-minify * test ssr * ssr 20 * use lazy * increase mem * use default mem * change names * docs: remove assets, deprecated requests, menu * docs: management api * docs: management api * docs: management api * docs: sidebar * not the best word smithing but it is ;-) * more typos * merge main * fix some error * trial * update grpc gateway * trigger vercel build * docs: deprecated requests * docs: deprecated requests --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Max Peintner <max@caos.ch>
203 lines
6.9 KiB
JSON
203 lines
6.9 KiB
JSON
{
|
|
"name": "zitadel-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "yarn generate && docusaurus start",
|
|
"build": "yarn generate && docusaurus build --no-minify",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"generate": "yarn generate:grpc && yarn generate:apidocs",
|
|
"generate:grpc": "buf generate ../proto",
|
|
"generate:apidocs": "docusaurus clean-api-docs all && docusaurus gen-api-docs all"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/autocomplete-core": "1.5.2",
|
|
"@algolia/autocomplete-preset-algolia": "1.5.2",
|
|
"@ampproject/remapping": "2.2.0",
|
|
"@babel/core": "7.17.10",
|
|
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
|
|
"@babel/plugin-proposal-class-static-block": "7.17.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
|
|
"@babel/plugin-proposal-private-methods": "7.16.11",
|
|
"@babel/plugin-transform-async-to-generator": "7.16.8",
|
|
"@babel/plugin-transform-destructuring": "7.17.7",
|
|
"@babel/plugin-transform-modules-commonjs": "7.17.9",
|
|
"@babel/plugin-transform-modules-systemjs": "7.17.8",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "7.17.10",
|
|
"@babel/plugin-transform-regenerator": "7.17.9",
|
|
"@babel/plugin-transform-runtime": "7.17.10",
|
|
"@babel/preset-env": "7.17.10",
|
|
"@babel/preset-react": "7.16.7",
|
|
"@babel/preset-typescript": "7.16.7",
|
|
"@babel/runtime-corejs3": "7.17.9",
|
|
"@bufbuild/buf": "^1.14.0",
|
|
"@colors/colors": "1.5.0",
|
|
"@docsearch/css": "3.0.0",
|
|
"@docsearch/react": "3.0.0",
|
|
"@docusaurus/core": "2.2.0",
|
|
"@docusaurus/cssnano-preset": "2.2.0",
|
|
"@docusaurus/module-type-aliases": "2.2.0",
|
|
"@docusaurus/plugin-debug": "2.2.0",
|
|
"@docusaurus/plugin-google-analytics": "2.2.0",
|
|
"@docusaurus/plugin-google-gtag": "2.2.0",
|
|
"@docusaurus/plugin-sitemap": "2.2.0",
|
|
"@docusaurus/preset-classic": "2.2.0",
|
|
"@docusaurus/theme-classic": "2.2.0",
|
|
"@docusaurus/theme-search-algolia": "2.2.0",
|
|
"@docusaurus/types": "2.2.0",
|
|
"@headlessui/react": "^1.7.4",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@jridgewell/resolve-uri": "3.0.7",
|
|
"@jridgewell/set-array": "1.1.1",
|
|
"@jridgewell/trace-mapping": "0.3.11",
|
|
"@leichtgewicht/ip-codec": "2.0.4",
|
|
"@mdx-js/mdx": "1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@saucelabs/theme-github-codeblock": "^0.1.1",
|
|
"@slorber/static-site-generator-webpack-plugin": "4.0.4",
|
|
"@svgr/core": "6.2.1",
|
|
"@svgr/hast-util-to-babel-ast": "6.2.1",
|
|
"@svgr/plugin-svgo": "6.2.0",
|
|
"@swc/core": "^1.3.36",
|
|
"@types/eslint-scope": "3.7.3",
|
|
"@types/http-proxy": "1.17.9",
|
|
"@types/react-router-config": "5.0.6",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/ws": "8.5.3",
|
|
"autoprefixer": "^10.4.13",
|
|
"axios": "0.25.0",
|
|
"babel-loader": "8.2.5",
|
|
"body-parser": "1.20.0",
|
|
"bonjour-service": "1.0.12",
|
|
"boxen": "6.2.1",
|
|
"buffer": "^6.0.3",
|
|
"clean-css": "5.3.0",
|
|
"cli-boxes": "3.0.0",
|
|
"cli-table3": "0.6.2",
|
|
"clsx": "^1.2.1",
|
|
"cookie": "0.5.0",
|
|
"copy-webpack-plugin": "10.2.4",
|
|
"core-js": "3.22.5",
|
|
"core-js-pure": "3.22.5",
|
|
"css-declaration-sorter": "6.2.2",
|
|
"css-loader": "6.7.1",
|
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
"cssnano": "5.1.7",
|
|
"cssnano-preset-advanced": "5.3.3",
|
|
"dns-packet": "5.3.1",
|
|
"docusaurus-plugin-image-zoom": "^0.1.1",
|
|
"docusaurus-plugin-openapi-docs": "1.5.2",
|
|
"docusaurus-plugin-plausible": "^0.0.5",
|
|
"docusaurus-theme-openapi-docs": "1.5.2",
|
|
"eastasianwidth": "0.2.0",
|
|
"enhanced-resolve": "5.9.3",
|
|
"eval": "0.1.8",
|
|
"express": "4.18.1",
|
|
"finalhandler": "1.2.0",
|
|
"follow-redirects": "1.15.0",
|
|
"fraction.js": "4.2.0",
|
|
"html-minifier-terser": "6.1.0",
|
|
"html-tags": "3.2.0",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"http-proxy-middleware": "2.0.6",
|
|
"infima": "0.2.0-alpha.39",
|
|
"invariant": "2.2.4",
|
|
"mdx-mermaid": "^1.1.0",
|
|
"mermaid": "^9.1.2",
|
|
"mini-css-extract-plugin": "2.6.0",
|
|
"multicast-dns": "7.2.4",
|
|
"nanoid": "3.3.4",
|
|
"node-forge": "1.3.1",
|
|
"object-inspect": "1.12.0",
|
|
"plugin-image-zoom": "ataft/plugin-image-zoom",
|
|
"postcss": "^8.4.19",
|
|
"postcss-calc": "8.2.4",
|
|
"postcss-colormin": "5.3.0",
|
|
"postcss-convert-values": "5.1.0",
|
|
"postcss-discard-comments": "5.1.1",
|
|
"postcss-discard-duplicates": "5.1.0",
|
|
"postcss-discard-empty": "5.1.1",
|
|
"postcss-discard-overridden": "5.1.0",
|
|
"postcss-discard-unused": "5.1.0",
|
|
"postcss-loader": "6.2.1",
|
|
"postcss-merge-idents": "5.1.1",
|
|
"postcss-merge-longhand": "5.1.4",
|
|
"postcss-merge-rules": "5.1.1",
|
|
"postcss-minify-font-values": "5.1.0",
|
|
"postcss-minify-gradients": "5.1.1",
|
|
"postcss-minify-params": "5.1.2",
|
|
"postcss-minify-selectors": "5.2.0",
|
|
"postcss-normalize-charset": "5.1.0",
|
|
"postcss-normalize-display-values": "5.1.0",
|
|
"postcss-normalize-positions": "5.1.0",
|
|
"postcss-normalize-repeat-style": "5.1.0",
|
|
"postcss-normalize-string": "5.1.0",
|
|
"postcss-normalize-timing-functions": "5.1.0",
|
|
"postcss-normalize-unicode": "5.1.0",
|
|
"postcss-normalize-url": "5.1.0",
|
|
"postcss-normalize-whitespace": "5.1.1",
|
|
"postcss-ordered-values": "5.1.1",
|
|
"postcss-reduce-idents": "5.2.0",
|
|
"postcss-reduce-initial": "5.1.0",
|
|
"postcss-reduce-transforms": "5.1.0",
|
|
"postcss-sort-media-queries": "4.2.1",
|
|
"postcss-svgo": "5.1.0",
|
|
"postcss-unique-selectors": "5.1.1",
|
|
"postcss-zindex": "5.1.0",
|
|
"prismjs": "1.28.0",
|
|
"raw-body": "2.5.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react": "^17.0.2",
|
|
"react-dev-utils": "12.0.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-overlay": "6.0.11",
|
|
"react-fast-compare": "3.2.0",
|
|
"regenerator-transform": "0.15.0",
|
|
"remark-emoji": "2.2.0",
|
|
"rtlcss": "3.5.0",
|
|
"rxjs": "7.5.5",
|
|
"selfsigned": "2.0.1",
|
|
"serve-static": "1.15.0",
|
|
"shallowequal": "1.1.0",
|
|
"side-channel": "1.0.4",
|
|
"sitemap": "7.1.1",
|
|
"source-map-js": "1.0.2",
|
|
"stylehacks": "5.1.0",
|
|
"swc-loader": "^0.2.3",
|
|
"terser-webpack-plugin": "5.3.1",
|
|
"type-fest": "2.12.2",
|
|
"url": "^0.11.0",
|
|
"wait-on": "6.0.1",
|
|
"webpack-bundle-analyzer": "4.5.0",
|
|
"webpack-dev-middleware": "5.3.1",
|
|
"webpack-dev-server": "4.9.0",
|
|
"widest-line": "4.0.1",
|
|
"wrap-ansi": "8.0.1"
|
|
},
|
|
"resolutions": {
|
|
"@docusaurus/theme-common": "2.2.0",
|
|
"@paloaltonetworks/postman-code-generators": "1.1.13"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|