gradio/js/timeseries/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

35 lines
844 B
JSON

{
"name": "@gradio/timeseries",
"version": "0.0.10",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
},
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/theme": "workspace:^",
"@gradio/tooltip": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"d3-dsv": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.0",
"@types/d3-scale": "^4.0.3",
"@types/d3-shape": "^3.1.1"
}
}