2022-02-25 20:24:32 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/button",
|
2023-08-11 04:59:00 +08:00
|
|
|
"version": "0.1.0",
|
2022-02-25 20:24:32 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./static/index.ts",
|
2022-02-25 20:24:32 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2022-06-02 01:02:18 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/utils": "workspace:^"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
".": "./static/index.ts",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
}
|
2022-02-25 20:24:32 +08:00
|
|
|
}
|