2024-01-19 04:47:01 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/paramviewer",
|
2024-10-22 10:28:58 +08:00
|
|
|
"version": "0.5.4",
|
2024-01-19 04:47:01 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": false,
|
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
2024-08-23 00:38:45 +08:00
|
|
|
".": {
|
|
|
|
"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"
|
|
|
|
},
|
2024-01-19 04:47:01 +08:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-19 05:01:42 +08:00
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@gradio/utils": "workspace:^",
|
2024-01-19 04:47:01 +08:00
|
|
|
"prismjs": "^1.29.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-20 06:41:40 +08:00
|
|
|
"@types/prismjs": "^1.26.3",
|
|
|
|
"@gradio/preview": "workspace:^"
|
2024-08-15 19:56:17 +08:00
|
|
|
},
|
2024-08-23 00:38:45 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"svelte": "^4.0.0"
|
|
|
|
},
|
2024-08-15 19:56:17 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
|
|
"directory": "js/paramviewer"
|
2024-01-19 04:47:01 +08:00
|
|
|
}
|
|
|
|
}
|