mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-27 11:08:04 -05:00
* Preparing content for MDX v3 * upgrade dcusarus to v3 * upgrade to v3 * merge main to branch * space * change node version to 18 * merge main * change setup-node version * bug fix: added escape when needed * added escape characters in docstrings * upgraded docusaurus to 3.0.1 * polishing * restored commented out link * rename file * removed backtick * Add support for MD files in Docusaurus * Add support for MD files in Docusaurus * Add support for MD files in Docusaurus * polishing * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * merge with main and build scripts added --------- Co-authored-by: Davor Runje <davor@airt.ai> Co-authored-by: Shaokun Zhang <shaokunzhang529@gmail.com> Co-authored-by: Victor Dibia <victordibia@microsoft.com>
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"resolutions": {
|
|
"nth-check": "2.0.1",
|
|
"trim": "0.0.3",
|
|
"got": "11.8.5",
|
|
"node-forge": "1.3.0",
|
|
"minimatch": "3.0.5",
|
|
"loader-utils": "2.0.4",
|
|
"eta": "2.0.0",
|
|
"@sideway/formula": "3.0.1",
|
|
"http-cache-semantics": "4.1.1"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.1.0",
|
|
"@docusaurus/preset-classic": "^3.1.0",
|
|
"@easyops-cn/docusaurus-search-local": "^0.21.1",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@svgr/webpack": "^5.5.0",
|
|
"antd": "^5.11.5",
|
|
"clsx": "^1.1.1",
|
|
"file-loader": "^6.2.0",
|
|
"hast-util-is-element": "1.1.0",
|
|
"joi": "17.6.0",
|
|
"minimatch": "3.0.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-katex": "4",
|
|
"remark-math": "3",
|
|
"trim": "^0.0.3",
|
|
"url-loader": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.1.0",
|
|
"@docusaurus/types": "^3.1.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|