mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
9448461aaa
* Docs: start experimenting with OpenAPI and docusaurus * Docs: add docusaurus-theme-openapi-docs pkg * Wip: current status * Docs: Add 'docusaurus-plugin-api-docs' * Move openapi into own sidebar; generate from localhost * Chore: Update docusaurus plugin for OpenAPI * Add website/yarn.lock to git * Fix: fix CSS warning by using flex-end instead of end * docs: make openapi generated code work again * docs: make tags work properly with openapi sidebar * Docs/chore: update OpenAPI tag scheme. Add a whole bunch of new tags to make it easier to understand available tags in OpenAPI. * docs: point to new openapi docs from old api docs * docs: typo * Docs: link restructure * docs: add operation indicators to openapi docs * docs: change badge color for operations * docs: update openapi-docs package It now sorts tags the same as the schema * docs: pluralize APIs in slug * docs: update links to generated api docs * docs: update openapi snapshot tests with new tags * docs: conditionally load spec from localhost or from file * docs: Remove changes relating to immediate switchover * refactor: rename types; extract into separate file * docs: fix api doc links
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "websitev-2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
},
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.1",
|
|
"@docusaurus/plugin-client-redirects": "2.0.1",
|
|
"@docusaurus/plugin-google-analytics": "2.0.1",
|
|
"@docusaurus/preset-classic": "2.0.1",
|
|
"@docusaurus/remark-plugin-npm2yarn": "2.0.1",
|
|
"@mdx-js/react": "1.6.22",
|
|
"@svgr/webpack": "6.3.1",
|
|
"clsx": "1.2.1",
|
|
"docusaurus-plugin-openapi-docs": "1.1.5",
|
|
"docusaurus-theme-openapi-docs": "1.1.5",
|
|
"file-loader": "6.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"unleash-proxy-client": "2.1.0",
|
|
"url-loader": "4.1.1"
|
|
},
|
|
"resolutions": {
|
|
"trim": "^1.0.0",
|
|
"glob-parent": "^6.0.0",
|
|
"browserslist": "^4.16.5",
|
|
"set-value": "^4.0.1",
|
|
"immer": "^9.0.6",
|
|
"ansi-regex": "^5.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.10",
|
|
"@docusaurus/module-type-aliases": "2.0.1",
|
|
"@storybook/addon-actions": "6.5.10",
|
|
"@storybook/addon-essentials": "6.5.10",
|
|
"@storybook/addon-interactions": "6.5.10",
|
|
"@storybook/addon-links": "6.5.10",
|
|
"@storybook/react": "6.5.10",
|
|
"@storybook/testing-library": "0.0.13",
|
|
"@tsconfig/docusaurus": "1.0.6",
|
|
"babel-loader": "8.2.5",
|
|
"enhanced-resolve": "5.10.0",
|
|
"react-router": "6.3.0",
|
|
"storybook-addon-root-attribute": "1.0.2",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|