mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 06:47:56 -05:00
* initial draft * update dependences, add antd for layout (note yarn install needed her) * update gallery to use mdx file format to support react components * add custom react component for gallery with tag based filtering and url state management * add styling for gallery objects * add gallery data structure and default image * improve layout for gallerypage * revise Postgres demo * add default value when image is not provided * move semetic kernal to ecosystem * update tags * update tags * update ecosystem * update default fig * update tags * reformat --------- Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”> Co-authored-by: Victor Dibia <victordibia@microsoft.com>
58 lines
1.4 KiB
JSON
58 lines
1.4 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": "0.0.0-4193",
|
|
"@docusaurus/preset-classic": "0.0.0-4193",
|
|
"@easyops-cn/docusaurus-search-local": "^0.21.1",
|
|
"@mdx-js/react": "^1.6.21",
|
|
"@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",
|
|
"minimatch": "3.0.5",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"rehype-katex": "4",
|
|
"remark-math": "3",
|
|
"trim": "^0.0.3",
|
|
"url-loader": "^4.1.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|