mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
33b5954a3b
* initialise storybook * fix storybook config * more config * add test story * add button story * add a11y addon * add chromatic job * fix script path * fix path again * yml tweak * typo * tweak * tweak job * change when job runs * revert change * revert lockfile * config tweaks * regen lockfile * tweak * tweak * move chromatic tests to ui workflow * tweak * add install deps cmd * add install pnpm input * job tweak * test * clean up * regen lockfile * remove redundant option * workflow tweak * tweak * tweak * cli tweak * cli tweak * restore inspector prop * skip frontend gradio build and post sb url to PR * remove pollen import * cancel job if no-visual-update tag present * move stoeybook files to /js and amend pnpm scripts * tweak theme css script * tweak action body / test tag * fix plot test and tweak pr comment job * fix yml * add gh token * test * update pnpm lock * yml test * restore yml update comment
22 lines
505 B
JSON
22 lines
505 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"
|
|
}
|
|
}
|