Spaces:
Running
Running
File size: 878 Bytes
93a2921 951c359 93a2921 951c359 93a2921 951c359 93a2921 951c359 93a2921 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"name": "dataframe-sandbox",
"description": "Interactive demo and playground for the @gradio/dataframe standalone component",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/prismjs": "^1.26.5",
"svelte": "^5.28.1",
"svelte-check": "^4.1.6",
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"dependencies": {
"@gradio/dataframe": "^0.19.2",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prismjs": "^1.30.0",
"tailwindcss": "^4.1.13"
}
}
|