initial commit of the paytime session frontend

This commit is contained in:
jenz
2026-08-22 14:53:27 +02:00
parent 4ad037bd13
commit 9e8e8378a2
43 changed files with 2936 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"name": "unloze-playtime-display",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3547",
"build": "next build",
"start": "next start -p 3547",
"lint": "next lint"
},
"dependencies": {
"next": "15.5.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"mysql2": "3.11.3"
},
"devDependencies": {
"typescript": "5.6.3",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"tailwindcss": "3.4.13",
"postcss": "8.5.26",
"autoprefixer": "10.4.20"
},
"overrides": {
"postcss": "8.5.26",
"sharp": "0.35.3"
}
}