mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
25 lines
500 B
JSON
25 lines
500 B
JSON
|
{
|
||
|
"name": "@gradio/paramviewer",
|
||
|
"version": "0.2.3",
|
||
|
"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": "0.3.0",
|
||
|
"@gradio/statustracker": "0.4.0",
|
||
|
"@gradio/utils": "0.2.0",
|
||
|
"prismjs": "^1.29.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/prismjs": "^1.26.3"
|
||
|
}
|
||
|
}
|