mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
cc6aeb6d72
* distribute gradio as a web component * fix layout + loader + dark mode in embedded wc * fix lockfile issue * formatting * prevent loader conflicts * fix formatting
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "@gradio/cdn-test",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --port 3001",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 3001"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^2.9.9"
|
|
}
|
|
}
|