2022-04-19 03:26:30 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/plot",
|
2023-09-08 04:26:14 +08:00
|
|
|
"version": "0.1.2",
|
2022-04-19 03:26:30 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./static/index.ts",
|
2022-04-19 03:26:30 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/icons": "workspace:^",
|
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@gradio/theme": "workspace:^",
|
|
|
|
"@gradio/utils": "workspace:^",
|
2023-06-22 02:25:16 +08:00
|
|
|
"@rollup/plugin-json": "^6.0.0",
|
2022-12-03 01:53:42 +08:00
|
|
|
"plotly.js-dist-min": "^2.10.1",
|
2023-06-22 18:46:52 +08:00
|
|
|
"svelte-vega": "^2.0.0",
|
2023-01-18 04:47:40 +08:00
|
|
|
"vega": "^5.22.1",
|
2023-07-03 22:21:00 +08:00
|
|
|
"vega-lite": "^5.12.0"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
".": "./static/index.ts",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
}
|
2023-07-07 01:43:49 +08:00
|
|
|
}
|