Web app ready

This commit is contained in:
2026-06-06 17:08:04 +02:00
parent ff187a5bd4
commit 3e127afbae
39 changed files with 2622 additions and 123 deletions
+8 -2
View File
@@ -1,5 +1,5 @@
{
"name": "tally-counter-scaffold",
"name": "tally-counter",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,13 +9,19 @@
"lint": "eslint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"better-sqlite3": "^12.10.0",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^1.0.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",