mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
6a92e19a0d
* chore(deps): update all non-major dependencies * Update website/homepage/Dockerfile * changelog --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
33 lines
596 B
JSON
33 lines
596 B
JSON
{
|
|
"name": "@gradio/client",
|
|
"version": "0.1.3",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"semiver": "^1.1.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.4",
|
|
"esbuild": "^0.18.0"
|
|
},
|
|
"scripts": {
|
|
"bundle": "vite build --ssr",
|
|
"generate_types": "tsc",
|
|
"build": "pnpm bundle && pnpm generate_types"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|