frontend / 6.17.2 /preview /package.json
gradio-pr-bot's picture
Upload folder using huggingface_hub
c4da1a1 verified
Raw
History Blame Contribute Delete
789 Bytes
{
"name": "@gradio/preview",
"version": "0.16.2",
"description": "Gradio UI packages",
"type": "module",
"main": "dist/index.js",
"author": "",
"license": "ISC",
"private": false,
"scripts": {
"build": "vite build --ssr"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@types/which": "^3.0.4",
"rollup": "^4.59.0",
"vite": "^7.1.9",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.9.3"
},
"exports": {
".": {
"default": "./dist/index.js",
"import": "./dist/index.js",
"gradio": "./src/index.ts",
"svelte": "./dist/src/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/preview"
}
}