Files
FlockPal/frontend/package.json
T
2026-05-21 00:04:05 -04:00

26 lines
538 B
JSON

{
"name": "flockpal-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/qrcode": "^1.5.6",
"qrcode": "^1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"read-excel-file": "^9.0.9"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.6.3",
"vite": "5.4.10"
}
}