gradio/js/accordion/package.json

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

24 lines
551 B
JSON
Raw Normal View History

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