mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
bbf9ba7e99
* version * fix
32 lines
662 B
JSON
32 lines
662 B
JSON
{
|
|
"name": "@gradio/row",
|
|
"version": "0.2.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"main_changeset": true,
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"gradio": "./Index.svelte",
|
|
"svelte": "./dist/Index.svelte",
|
|
"types": "./dist/Index.svelte.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/row"
|
|
}
|
|
}
|