gradio/js/theme/package.json
pngwn 35f58db405
chore: update versions (#5940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-17 23:38:35 -07:00

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
}