mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
4d520a8a7b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
648 B
JSON
31 lines
648 B
JSON
{
|
|
"name": "@gradio/utils",
|
|
"version": "0.8.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gradio/theme": "workspace:^",
|
|
"svelte-i18n": "^3.6.0"
|
|
},
|
|
"main_changeset": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/utils"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"gradio": "./src/index.ts",
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/src/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"package": "svelte-package --input=. --cwd=../../.config/"
|
|
}
|
|
}
|