mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
2382f741ff
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "@gradio/paramviewer",
|
|
"version": "0.4.1",
|
|
"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/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"prismjs": "^1.29.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/prismjs": "^1.26.3"
|
|
}
|
|
}
|