mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
* add model3D * model3d component * add plot component * format * ingnore plot.svelte from prettier * update build script * update circleci config * remove circleci config change * change build script * remove change to build script * remove plot.svelte * remove duplicate save_flagged func * fix node space issue + format issues * Update ui.yml * Update ui.yml * Update ui.yml * remove changes to config files * updated codecov version * Update ui.yml Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
14 lines
240 B
JSON
14 lines
240 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": {
|
|
"plotly.js-dist-min": "^2.10.1"
|
|
}
|
|
}
|