VayuChat-v2 / package.json
Nipun's picture
Deploy React Vite Gemini 3.5 VayuChat (#1)
72606cb
Raw
History Blame Contribute Delete
528 Bytes
{
"name": "vayuchat",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "tsc -b --pretty false",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"recharts": "^3.1.2"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.2",
"typescript": "^5.9.2",
"vite": "^7.1.4"
}
}