mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
5a2967e78a
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
668 B
JSON
27 lines
668 B
JSON
{
|
|
"name": "@self/build",
|
|
"version": "0.2.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "out/index.js",
|
|
"private": "true",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"build": "esbuild src/index.ts --platform=node --format=esm --target=node18 --bundle --packages=external --outfile=out/index.js && cp src/component_loader.js out/"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/theme": "workspace:^",
|
|
"esbuild": "^0.21.0",
|
|
"svelte-i18n": "^3.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^4.0.0"
|
|
},
|
|
"main_changeset": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/build"
|
|
}
|
|
} |