gradio/js/theme/package.json
pngwn 861d752a83
chore: update versions (#4999)
* chore: update versions

* undo diff

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-26 17:10:24 -04:00

15 lines
275 B
JSON

{
"name": "@gradio/theme",
"version": "0.0.2",
"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
}