2022-02-01 21:45:55 +08:00
|
|
|
{
|
2022-03-03 00:42:43 +08:00
|
|
|
"name": "@gradio/chatbot",
|
2023-10-18 14:38:35 +08:00
|
|
|
"version": "0.5.4",
|
2022-02-01 23:46:50 +08:00
|
|
|
"description": "Gradio UI packages",
|
2022-02-22 20:20:28 +08:00
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./index.svelte",
|
2022-02-01 23:46:50 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2022-05-04 04:53:24 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/icons": "workspace:^",
|
2023-08-24 04:48:10 +08:00
|
|
|
"@gradio/markdown": "workspace:^",
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@gradio/theme": "workspace:^",
|
|
|
|
"@gradio/upload": "workspace:^",
|
|
|
|
"@gradio/utils": "workspace:^",
|
|
|
|
"@types/dompurify": "^3.0.2",
|
2023-06-01 21:51:36 +08:00
|
|
|
"@types/katex": "^0.16.0",
|
2023-10-07 02:16:59 +08:00
|
|
|
"@types/prismjs": "1.26.1",
|
|
|
|
"dequal": "^2.0.2"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
}
|
2022-02-01 21:45:55 +08:00
|
|
|
}
|