gradio/js/form/package.json

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

24 lines
537 B
JSON
Raw Normal View History

{
2022-03-03 00:42:43 +08:00
"name": "@gradio/form",
"version": "0.0.9",
"description": "Gradio UI packages",
2022-02-22 20:20:28 +08:00
"type": "module",
"main": "./static/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/icons": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./static/index.ts",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
}