mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
eca95a549d
* ensure chart works with decimal values + generatesaxis lines for values below 10 * add negative example * use color palette for chart * add colors kwarg to Timeseries * fix test?
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"name": "@gradio/highlighted-text",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/theme": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1"
|
|
}
|
|
}
|