mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
8f18c2b194
Upgrading to Docusaurus 3.6 and v4.2 of the OpenAPI plugin (which is quite a significant update)
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "websitev-2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "yarn fetch-remote-content && docusaurus start",
|
|
"build": "yarn generate && yarn fetch-remote-content && docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"fetch-remote-content": "docusaurus download-remote-content-external && docusaurus download-remote-content-sdks",
|
|
"generate": "docusaurus gen-api-docs all && node clean-generated-docs.mjs",
|
|
"deploy": "yarn generate && yarn fetch-remote-content && docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"test": "NODE_ENV=test node --trace-warnings ../node_modules/.bin/jest remote-content"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.6.0",
|
|
"@docusaurus/plugin-client-redirects": "^3.6.0",
|
|
"@docusaurus/plugin-google-analytics": "^3.6.0",
|
|
"@docusaurus/preset-classic": "^3.6.0",
|
|
"@docusaurus/remark-plugin-npm2yarn": "3.6.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"docusaurus-plugin-openapi-docs": "^4.2.0",
|
|
"docusaurus-plugin-remote-content": "^4.0.0",
|
|
"docusaurus-theme-openapi-docs": "^4.2.0",
|
|
"git-url-parse": "^15.0.0",
|
|
"plugin-image-zoom": "flexanalytics/plugin-image-zoom",
|
|
"prism-react-renderer": "^2.4.0",
|
|
"prism-svelte": "^0.5.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"replace-in-file": "^8.2.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.6.0",
|
|
"@docusaurus/types": "^3.6.0",
|
|
"@tsconfig/docusaurus": "2.0.3",
|
|
"@types/react": "^18.3.12",
|
|
"typescript": "5.6.3"
|
|
},
|
|
"resolutions": {
|
|
"http-proxy-middleware": "3.0.3"
|
|
},
|
|
"packageManager": "yarn@4.5.1"
|
|
}
|