mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
861d752a83
* chore: update versions * undo diff --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"name": "@gradio/table",
|
|
"version": "0.0.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/button": "workspace:^0.0.2",
|
|
"@gradio/upload": "workspace:^0.0.2",
|
|
"@gradio/utils": "workspace:^0.0.2",
|
|
"@types/d3-dsv": "^3.0.0",
|
|
"d3-dsv": "^3.0.1",
|
|
"dequal": "^2.0.2"
|
|
},
|
|
"main_changeset": true
|
|
}
|