mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
35f58db405
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "@gradio/theme",
|
|
"version": "0.3.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "pollen -c src/pollen.config.cjs"
|
|
},
|
|
"main_changeset": true
|
|
}
|