mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "@gradio/theme",
|
|
"version": "0.0.3",
|
|
"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
|
|
}
|