Render the gasket

Need to get rid of Plotly, unfortuantely - causes issues with hydration. Seems like Victory is better able to handle what I need.
This commit is contained in:
2024-11-17 17:30:07 -05:00
parent 1b4d190906
commit 3a41d5c81a
10 changed files with 1737 additions and 450 deletions

View File

@ -15,19 +15,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.6.0",
"@docusaurus/faster": "^3.5.2",
"@docusaurus/preset-classic": "^3.6.0",
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/theme-live-codeblock": "^3.6.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.5.0",
"plotly.js": "^2.35.2",
"prism-react-renderer": "^2.3.0",
"raw-loader": "^4.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-plotly.js": "^2.6.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
"remark-math": "^6.0.0",
"victory": "^37.3.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.0",