gradio/js/tabs/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
469 B
JSON
Raw Normal View History

2022-03-08 21:35:42 +08:00
{
"name": "@gradio/tabs",
"version": "0.0.2",
2022-03-08 21:35:42 +08:00
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
2022-03-08 21:35:42 +08:00
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
".": "./static/index.ts",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
},
"dependencies": {
"@gradio/utils": "workspace:^"
}
2022-03-08 21:35:42 +08:00
}