33 lines
749 B
JSON
33 lines
749 B
JSON
{
|
|
"name": "rit-events-hub",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "2.39.7",
|
|
"@types/html2canvas": "^0.5.35",
|
|
"firebase": "^12.15.0",
|
|
"html-to-image": "1.11.11",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^4.2.1",
|
|
"jspdf-autotable": "^5.0.8",
|
|
"lucide-react": "^0.577.0",
|
|
"motion": "^12.35.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"xlsx-js-style": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^8.0.16"
|
|
}
|
|
}
|