Files
kickkingsadmin/package.json
T
2026-07-13 13:55:56 +00:00

34 lines
746 B
JSON

{
"name": "kickkings_admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 2613",
"build": "next build",
"start": "next start -p 2613",
"lint": "eslint"
},
"dependencies": {
"@supabase/supabase-js": "^2.102.1",
"next": "^16.2.10",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-simple-maps": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-simple-maps": "^3.0.6",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"d3-color": "^3.1.0",
"postcss": "^8.5.10"
}
}