gradio/js/utils/package.json
pngwn 5bf00b7524
make all component SSR compatible (#9187)
* asd

* fixes

* make all components ssr compatible

* remove files

* add changeset

* add changeset

* review

* format

* clean

* address comments

* tweaks utils

* add changeset

* fix plot and audio

* format

* fix nativeplot

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-08-31 06:19:51 +00:00

31 lines
648 B
JSON

{
"name": "@gradio/utils",
"version": "0.6.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/"
}
}