mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
61cd768490
* * fix tab visibility * add story * add changeset * stuff * fix * more fix * fix undefined tab labels * fix tabs again * add changeset * format * format * fix type * add changeset * fix all things * format * add changeset * notebooks * visible tabs --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: pngwn <hello@pngwn.io> Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
40 lines
820 B
JSON
40 lines
820 B
JSON
{
|
|
"name": "@gradio/sanitize",
|
|
"version": "0.1.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"main": "./dist/server.js",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"sanitize-html": "^2.13.0",
|
|
"amuchina": "^1.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sanitize-html": "^2.13.0"
|
|
},
|
|
"main_changeset": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/utils"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"browser": {
|
|
"development": "./browser.ts",
|
|
"default": "./dist/browser.js"
|
|
},
|
|
"default": {
|
|
"development": "./server.ts",
|
|
"default": "./dist/server.js"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"package": "svelte-package --input=. --cwd=../../.config/"
|
|
}
|
|
}
|