gradio/ui/packages/chatbot/package.json

14 lines
247 B
JSON
Raw Normal View History

{
2022-03-03 00:42:43 +08:00
"name": "@gradio/chatbot",
"version": "0.0.1",
"description": "Gradio UI packages",
2022-02-22 20:20:28 +08:00
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
2022-05-04 04:53:24 +08:00
"private": true,
"dependencies": {
"@gradio/theme": "workspace:^0.0.1"
}
}