mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
9ea7b6f05c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33 lines
905 B
JSON
33 lines
905 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.20.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "python generate_jsons/generate.py && vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"prepare": "svelte-kit sync"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
"@sveltejs/kit": "^1.27.6",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@types/prismjs": "^1.26.0",
|
|
"prismjs": "1.29.0",
|
|
"tailwindcss": "^3.1.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@gradio/code": "0.3.2",
|
|
"@sindresorhus/slugify": "^2.2.0",
|
|
"@sveltejs/adapter-vercel": "^3.0.3",
|
|
"hast-util-to-string": "^3.0.0",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": ">=8.3.3 <9.0.0"
|
|
}
|
|
}
|