mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
1419538ea7
* asd * changes * fix everything * cleanup * add changeset * fix casing * lockfile * fix casing * fix ci, enable linting * fix test * add changeset * add changeset * delete changeset * fix dirs * fix casing * fix notebooks * fix casing * fix casing * fix casing * fix casing * fix casing * fix casing * fix casing * fix casing --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
24 lines
551 B
JSON
24 lines
551 B
JSON
{
|
|
"name": "@gradio/accordion",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"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"
|
|
}
|
|
}
|