mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
54da6da115
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"name": "@gradio/nativeplot",
|
|
"version": "0.3.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./example": "./Example.svelte",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/theme": "workspace:^",
|
|
"vega": "^5.23.0",
|
|
"vega-embed": "^6.25.0",
|
|
"vega-lite": "^5.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^"
|
|
}
|
|
}
|