mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
b5eaba1d6d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "@self/component-test",
|
|
"version": "0.3.1",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@self/build": "workspace:^",
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/video": "workspace:^"
|
|
},
|
|
"type": "module",
|
|
"private": "true"
|
|
}
|