gradio-pr-bot commited on
Commit
e617d64
·
verified ·
1 Parent(s): 6433241

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 6.9.0/build/package.json +27 -0
6.9.0/build/package.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "@self/build",
3
+ "version": "0.6.0",
4
+ "description": "Gradio UI packages",
5
+ "type": "module",
6
+ "main": "out/index.js",
7
+ "private": "true",
8
+ "author": "",
9
+ "license": "ISC",
10
+ "scripts": {
11
+ "build": "esbuild src/index.ts --platform=node --format=esm --target=node18 --bundle --packages=external --outfile=out/index.js && cp src/component_loader.js out/"
12
+ },
13
+ "dependencies": {
14
+ "@gradio/theme": "workspace:^",
15
+ "esbuild": "^0.25.10",
16
+ "svelte-i18n": "^4.0.1"
17
+ },
18
+ "peerDependencies": {
19
+ "svelte": "^5.48.0"
20
+ },
21
+ "main_changeset": true,
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/gradio-app/gradio.git",
25
+ "directory": "js/build"
26
+ }
27
+ }