mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
* add workflow * fix pkg jsons * workflow name * add changeset * fix * add changeset * fix build command --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
34 lines
766 B
JSON
34 lines
766 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:^"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/nativeplot"
|
|
}
|
|
}
|