anycoder-cc1d8ec7 / package.json
raouldukelivesagain's picture
Upload package.json with huggingface_hub
7d70f27 verified
raw
history blame contribute delete
523 Bytes
{
"name": "sports-predictor",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"date-fns": "^3.6.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}