File size: 1,214 Bytes
0ad74ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"name": "@gradio/lite",
	"version": "4.43.2",
	"description": "Serverless Gradio",
	"type": "module",
	"main": "dist/lite.js",
	"author": "Gradio Team",
	"license": "Apache-2.0",
	"files": [
		"dist"
	],
	"scripts": {
		"cssbuild": "python ../../scripts/generate_theme.py --outfile ./src/theme.css",
		"pybuild:gradio": "cd ../../ && hatch build -t lite",
		"pybuild:gradio-client": "cd ../../client/python && python -m build",
		"pybuild": "run-p pybuild:*",
		"build": "pnpm pybuild && pnpm cssbuild && pnpm --filter @gradio/client build && pnpm --filter @gradio/wasm build && vite build --mode production",
		"build:frontend": "vite build --mode production",
		"dev": "run-p dev:*",
		"dev:self": "vite --port 9876 --mode development",
		"dev:worker": "pnpm --filter @gradio/wasm dev",
		"test:browser": "GRADIO_E2E_TEST_LITE=1 pnpm --filter @self/spa test:browser",
		"test:browser:dev": "GRADIO_E2E_TEST_LITE=1 pnpm --filter @self/spa test:browser:dev"
	},
	"devDependencies": {
		"gradio": "workspace:^",
		"@gradio/atoms": "workspace:^",
		"@self/build": "workspace:^",
		"@gradio/core": "workspace:^",
		"@self/spa": "workspace:^",
		"@gradio/theme": "workspace:^",
		"@gradio/wasm": "workspace:^"
	}
}