mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
b635a31714
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
529 B
JSON
27 lines
529 B
JSON
{
|
|
"name": "@gradio/state",
|
|
"version": "0.1.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"main_changeset": true,
|
|
"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/state"
|
|
}
|
|
}
|