initial shame board

This commit is contained in:
dexx
2026-06-05 02:48:52 +03:00
parent c71ef3a8ef
commit 6848cb66a7
13 changed files with 1488 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "pozor-board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.3.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.15.29",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "9.28.0",
"eslint-config-next": "15.3.4",
"typescript": "5.8.3"
}
}