Skip to content

Commit

Permalink
fixes (#109)
Browse files Browse the repository at this point in the history
* fixes

* clean up
  • Loading branch information
bucanero authored Sep 26, 2024
1 parent b674a9a commit a579c7d
Show file tree
Hide file tree
Showing 2 changed files with 10,395 additions and 11 deletions.
32 changes: 21 additions & 11 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,31 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@algolia/client-search": "^4.9.1",
"@docusaurus/core": "^2.0.0-beta.15",
"@docusaurus/plugin-sitemap": "^2.0.0-beta.15",
"@docusaurus/preset-classic": "^2.0.0-beta.15",
"@easyops-cn/docusaurus-search-local": "^0.26.0",
"@mdx-js/react": "^1.6.21",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@easyops-cn/docusaurus-search-local": "^0.23.2",
"@mdx-js/react": "^1.6.22",
"@saucelabs/theme-github-codeblock": "^0.1.1",
"clsx": "^1.1.1",
"@stoplight/elements": "^7.5.13",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.2",
"gleap": "^7.0.29",
"hast-util-is-element": "1.1.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"prism-react-renderer": "^1.3.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-katex": "5",
"rehype-mathjax": "^4.0.2",
"remark-math": "3",
"sass": "^1.49.9",
"url": "^0.11.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.1.0",
"@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.5.2"
},
"browserslist": {
"production": [
">0.5%",
Expand All @@ -43,5 +50,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}
Loading

0 comments on commit a579c7d

Please sign in to comment.