{ "name": "@gradio/dataframe-interim", "version": "0.21.0-dev.3", "description": "Gradio UI packages", "type": "module", "author": "", "license": "ISC", "private": true, "main_changeset": true, "main": "./Index.svelte", "scripts": { "build": "vite build" }, "dependencies": { "@gradio/atoms": "npm:@gradio/atoms@0.18.1", "@gradio/button": "npm:@gradio/button@0.5.13", "@gradio/checkbox": "npm:@gradio/checkbox@0.4.30", "@gradio/markdown-code": "npm:@gradio/markdown-code@0.5.2", "@gradio/icons": "npm:@gradio/icons@0.14.0", "@gradio/client": "npm:@gradio/client@1.19.0", "@gradio/statustracker": "npm:@gradio/statustracker@0.11.1", "@gradio/upload": "npm:@gradio/upload@0.17.1", "@gradio/utils": "npm:@gradio/utils@0.10.2", "@gradio/image": "npm:@gradio/image@0.23.1", "@gradio/dataframe-npm": "npm:@gradio/dataframe@0.20.1", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "4", "vite": "^5.4.21" }, "exports": { ".": { "gradio": "./dist/index.js", "default": "./dist/index.js" }, "./css": { "gradio": "./dist/style.css", "default": "./dist/style.css" }, "./example": { "gradio": "./Example.svelte", "svelte": "./dist/Example.svelte", "types": "./dist/Example.svelte.d.ts" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/gradio-app/gradio.git", "directory": "js/dataframe" }, "overrides": { "@gradio/atoms": "npm:@gradio/atoms@^0.18.1", "@gradio/button": "npm:@gradio/button@^0.5.13", "@gradio/checkbox": "npm:@gradio/checkbox@^0.4.30", "@gradio/markdown-code": "npm:@gradio/markdown-code@^0.5.2", "@gradio/icons": "npm:@gradio/icons@^0.14.0", "@gradio/client": "npm:@gradio/client@^1.19.0", "@gradio/statustracker": "npm:@gradio/statustracker@^0.11.1", "@gradio/upload": "npm:@gradio/upload@^0.17.1", "@gradio/utils": "npm:@gradio/utils@^0.10.2", "@gradio/image": "npm:@gradio/image@0.23.1" } }