2022-03-23 06:40:36 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/markdown",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./static/index.ts",
|
2022-03-23 06:40:36 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-07-22 02:13:21 +08:00
|
|
|
"private": true,
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
".": "./static/index.ts",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@gradio/atoms": "workspace:^",
|
2023-08-21 21:54:20 +08:00
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@types/dompurify": "^3.0.2",
|
|
|
|
"@types/katex": "^0.16.0",
|
|
|
|
"dompurify": "^3.0.3",
|
|
|
|
"katex": "^0.16.7",
|
|
|
|
"marked": "^7.0.0"
|
2023-08-04 06:01:18 +08:00
|
|
|
}
|
2022-03-23 06:40:36 +08:00
|
|
|
}
|