34 lines
882 B
JSON
34 lines
882 B
JSON
{
|
|
"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": {
|
|
"@supabase/supabase-js": "^2.38.4",
|
|
"firebase": "^11.9.1",
|
|
"lucide-react": "^0.263.1",
|
|
"next": "^14.0.4",
|
|
"pusher": "^5.1.2",
|
|
"pusher-js": "^8.4.0-rc2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"engines": {
|
|
"node": "18.x"
|
|
}
|
|
}
|