gradio/ui/packages/workbench/package.json

29 lines
701 B
JSON
Raw Normal View History

2022-02-22 20:20:28 +08:00
{
"name": "@gradio/workbench",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
2022-02-23 19:17:41 +08:00
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
2022-02-22 20:20:28 +08:00
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
2022-02-23 19:17:41 +08:00
"tailwindcss": "^3.0.12",
2022-02-22 20:20:28 +08:00
"tslib": "^2.3.1",
2022-02-23 19:17:41 +08:00
"typescript": "~4.5.4"
2022-02-22 20:20:28 +08:00
},
2022-02-23 19:17:41 +08:00
"type": "module",
"dependencies": {
"@gradio/audio": "workspace:^0.0.1"
}
2022-02-22 20:20:28 +08:00
}