File size: 1,965 Bytes
d240dd4 2636d02 d240dd4 2636d02 d240dd4 2636d02 d240dd4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
{
"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"
}
}
|