gradio/frontend
1403k
1{2 "name": "@gradio/dataframe-interim",3 "version": "0.21.0",4 "description": "Gradio UI packages",5 "type": "module",6 "author": "",7 "license": "ISC",8 "private": true,9 "main_changeset": true,10 "main": "./Index.svelte",11 "scripts": {12 "build": "vite build"13 },14 "dependencies": {15 "@gradio/atoms": "npm:@gradio/atoms@0.18.1",16 "@gradio/button": "npm:@gradio/button@0.5.13",17 "@gradio/checkbox": "npm:@gradio/checkbox@0.4.30",18 "@gradio/markdown-code": "npm:@gradio/markdown-code@0.5.2",19 "@gradio/icons": "npm:@gradio/icons@0.14.0",20 "@gradio/client": "npm:@gradio/client@1.19.0",21 "@gradio/statustracker": "npm:@gradio/statustracker@0.11.1",22 "@gradio/upload": "npm:@gradio/upload@0.17.1",23 "@gradio/utils": "npm:@gradio/utils@0.10.2",24 "@gradio/image": "npm:@gradio/image@0.23.1",25 "@gradio/dataframe-npm": "npm:@gradio/dataframe@0.20.1",26 "@sveltejs/vite-plugin-svelte": "^3.1.2",27 "svelte": "4",28 "vite": "^5.4.21"29 },30 "exports": {31 ".": {32 "gradio": "./dist/index.js",33 "default": "./dist/index.js"34 },35 "./css": {36 "gradio": "./dist/style.css",37 "default": "./dist/style.css"38 },39 "./example": {40 "gradio": "./Example.svelte",41 "svelte": "./dist/Example.svelte",42 "types": "./dist/Example.svelte.d.ts"43 },44 "./package.json": "./package.json"45 },46 "repository": {47 "type": "git",48 "url": "git+https://github.com/gradio-app/gradio.git",49 "directory": "js/dataframe"50 },51 "overrides": {52 "@gradio/atoms": "npm:@gradio/atoms@^0.18.1",53 "@gradio/button": "npm:@gradio/button@^0.5.13",54 "@gradio/checkbox": "npm:@gradio/checkbox@^0.4.30",55 "@gradio/markdown-code": "npm:@gradio/markdown-code@^0.5.2",56 "@gradio/icons": "npm:@gradio/icons@^0.14.0",57 "@gradio/client": "npm:@gradio/client@^1.19.0",58 "@gradio/statustracker": "npm:@gradio/statustracker@^0.11.1",59 "@gradio/upload": "npm:@gradio/upload@^0.17.1",60 "@gradio/utils": "npm:@gradio/utils@^0.10.2",61 "@gradio/image": "npm:@gradio/image@0.23.1"62 }63}64 