mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
9d1bd28bdf
* chore: update versions * update actions * update changelog * other changelgo * extra --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
37 lines
945 B
JSON
37 lines
945 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "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.5.0",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@types/node": "^20.3.2",
|
|
"@types/prismjs": "^1.26.0",
|
|
"prismjs": "1.29.0",
|
|
"svelte": "^3.59.2",
|
|
"svelte-check": "^3.0.1",
|
|
"tailwindcss": "^3.1.6",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.3.9"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "^2.2.0",
|
|
"hast-util-to-string": "^2.0.0",
|
|
"mdsvex": "^0.11.0",
|
|
"postcss": ">=8.3.3 <9.0.0"
|
|
}
|
|
}
|