gradio-pr-bot commited on
Commit
8218b9c
·
verified ·
1 Parent(s): 5a642dc

Upload folder using huggingface_hub

Browse files
5.49.1/state/Index.svelte ADDED
File without changes
5.49.1/state/package.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "@gradio/state",
3
+ "version": "0.1.2",
4
+ "description": "Gradio UI packages",
5
+ "type": "module",
6
+ "author": "",
7
+ "license": "ISC",
8
+ "private": false,
9
+ "main_changeset": true,
10
+ "exports": {
11
+ ".": {
12
+ "gradio": "./Index.svelte",
13
+ "svelte": "./dist/Index.svelte",
14
+ "types": "./dist/Index.svelte.d.ts"
15
+ },
16
+ "./package.json": "./package.json"
17
+ },
18
+ "peerDependencies": {
19
+ "svelte": "^4.0.0"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/gradio-app/gradio.git",
24
+ "directory": "js/state"
25
+ }
26
+ }