LaMaison / floorplan /frontend /package.json
valcore's picture
feat: two-step image gen, Dockerfile builds floorplan whl at deploy time
64dfdfb
raw
history blame contribute delete
992 Bytes
{
"name": "gradio_floorplan",
"version": "0.3.37",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"exports": {
".": {
"gradio": "./Index.svelte",
"svelte": "./dist/Index.svelte",
"types": "./dist/Index.svelte.d.ts"
},
"./example": {
"gradio": "./Example.svelte",
"svelte": "./dist/Example.svelte",
"types": "./dist/Example.svelte.d.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "0.22.2",
"@gradio/icons": "0.15.1",
"@gradio/statustracker": "0.12.5",
"@gradio/utils": "0.12.0",
"svelte": "^5.48.0"
},
"devDependencies": {
"@gradio/preview": "^0.16.0",
"vitest": "^4.1.0"
},
"peerDependencies": {
"svelte": "^5.48.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/simpletextbox"
}
}