dataframe-new / package.json
akhaliq's picture
akhaliq HF Staff
Upload folder using huggingface_hub
b329c18 verified
Raw
History Blame Contribute Delete
522 Bytes
{
"name": "gradio-dataframe-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^5.0.0",
"svelte-check": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"@gradio/dataframe": "^0.19.1"
}
}