mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
62306d9ed1
* Implement unified version and release mechanism for all python and javascript packages. * Update gradio/package.json Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * fix changelog * fix changelog * Update js/button/README.md * Update .github/workflows/generate-changeset.yml --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"name": "@gradio/plot",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/icons": "workspace:^0.0.1",
|
|
"@gradio/theme": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"plotly.js-dist-min": "^2.10.1",
|
|
"svelte-vega": "^2.0.0",
|
|
"vega": "^5.22.1",
|
|
"vega-lite": "^5.12.0"
|
|
},
|
|
"main_changeset": true
|
|
}
|