Add Backend Project and add Tournament Detail Page

This commit is contained in:
2026-03-04 11:13:08 +01:00
parent 3ba492b74c
commit b083d26666
13 changed files with 295 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "splatournament-manager-backend",
"version": "0.0.1",
"scripts": {
"start": "node dist/app.js",
"dev": "nodemon",
"build": "tsc"
},
"dependencies": {
"axios": "1.13.5",
"body-parser": "2.2.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.1.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.6.1",
"@types/sqlite3": "^3.1.11",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}