You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
914 B

{
"name": "google-events-dashboard",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0",
"axios": "^1.9.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"firebase": "^10.7.0",
"lucide-react": "^0.344.0",
"next": "^14.1.5",
"pg": "^8.16.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/node": "20.4.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.21",
"eslint": "8.39.0",
"eslint-config-next": "^14.1.5",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3"
}
}

Powered by TurnKey Linux.