mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
57510f9ce0
* fix user links * add gradio as dependency to lite * tweak * fiiiiix * fix deps * changes * asd * asd * asd * asd * fixed * asd * asd * asd * asd * asd * asd * asd * fgh * asd * asd * asd * asd * add changeset * prevent duplicate dependency entries * Update .changeset/changeset.cjs --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"name": "@gradio/lite",
|
|
"version": "4.14.2",
|
|
"description": "Serverless Gradio",
|
|
"type": "module",
|
|
"main": "dist/lite.js",
|
|
"author": "Gradio Team",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm --filter @gradio/app build:lite"
|
|
},
|
|
"dependencies": {
|
|
"gradio": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/app": "workspace:^",
|
|
"@gradio/wasm": "workspace:^",
|
|
"gradio": "workspace:^"
|
|
}
|
|
}
|