Spaces:
Runtime error
Runtime error
{ | |
"name": "gradio_msaplot", | |
"version": "0.7.1", | |
"description": "Gradio UI packages", | |
"type": "module", | |
"author": "", | |
"license": "ISC", | |
"private": false, | |
"dependencies": { | |
"@gradio/atoms": "0.9.0", | |
"@gradio/icons": "0.8.0", | |
"@gradio/statustracker": "0.8.1", | |
"@gradio/theme": "0.3.0", | |
"@gradio/utils": "0.7.0", | |
"@rollup/plugin-json": "^6.0.0", | |
"plotly.js-dist-min": "^2.10.1", | |
"vega": "^5.23.0", | |
"vega-embed": "^6.25.0", | |
"vega-lite": "^5.12.0" | |
}, | |
"devDependencies": { | |
"@gradio/preview": "0.12.0" | |
}, | |
"main": "./Index.svelte", | |
"main_changeset": true, | |
"exports": { | |
"./package.json": "./package.json", | |
".": { | |
"gradio": "./Index.svelte", | |
"svelte": "./dist/Index.svelte", | |
"types": "./dist/Index.svelte.d.ts" | |
}, | |
"./base": { | |
"gradio": "./shared/Plot.svelte", | |
"svelte": "./dist/shared/Plot.svelte", | |
"types": "./dist/shared/Plot.svelte.d.ts" | |
} | |
}, | |
"peerDependencies": { | |
"svelte": "^4.0.0" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/gradio-app/gradio.git", | |
"directory": "js/plot" | |
} | |
} |