mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
c5ae60780c
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.43.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pip install boto3 && 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": "^3.2.2",
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
|
"@sveltejs/kit": "^2.5.20",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@types/prismjs": "^1.26.0",
|
|
"flexsearch": "^0.7.43",
|
|
"prismjs": "1.29.0",
|
|
"tailwindcss": "^3.1.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@gradio/code": "workspace:^",
|
|
"@gradio/tabs": "workspace:^",
|
|
"@gradio/tabitem": "workspace:^",
|
|
"@gradio/paramviewer": "workspace:^",
|
|
"@sindresorhus/slugify": "^2.2.0",
|
|
"@sveltejs/adapter-vercel": "^5.3.0",
|
|
"hast-util-to-string": "^3.0.0",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": "^8.4.27",
|
|
"prism-svelte": "^0.5.0",
|
|
"wrangler": "^3.73.0"
|
|
}
|
|
}
|