UserSyncInterface / package.json
AUXteam's picture
Upload folder using huggingface_hub
bd75c53 verified
raw
history blame contribute delete
695 Bytes
{
"name": "syncusers-testing-mvp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@gradio/client": "^2.0.4",
"@huggingface/hub": "^2.10.1",
"express": "^5.2.1",
"lucide-react": "^0.555.0",
"playwright": "^1.58.2",
"plotly.js": "2.30.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-is": "^19.2.4",
"recharts": "^3.5.0",
"vite-plugin-node-polyfills": "^0.25.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}