mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
5efd35c7a0
* docs intro page and guides * python library docs and js client * reorg * changes * add better hovering * fix broken version routing * add redirects and remove duplicate pages * fix build issues * fix issues * formatting * add changeset * working templates for all components * add other pages * merge * merge * changes * changes * working from templates * changes * refactoring * changes * build working * formatting * importing meta globs * add uploading templates to ci * fixes * add changeset * remove fake version * fix * ignore * formatting * adding render page to docs * add changeset * formatting fix * typo --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
34 lines
952 B
JSON
34 lines
952 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.30.4",
|
|
"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.0",
|
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
"@sveltejs/kit": "^2.5.7",
|
|
"@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": "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"
|
|
}
|
|
}
|