update package.json

This commit is contained in:
Jeff Emmett 2025-06-19 22:23:14 +02:00
parent 3bdd7120f9
commit ffbded4fb1
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"name": "chess-tournament-betting",
"version": "1.0.0",
"description": "Commons Hub Chess Tournament Unofficial Betting App",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"pusher": "^5.1.2",
"pusher-js": "^8.4.0-rc2",
"@supabase/supabase-js": "^2.38.4",
"lucide-react": "^0.263.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4"
},
"engines": {
"node": ">=18.0.0"
}
}