alpha01 filetti: web app, crossword service and tor batch

This commit is contained in:
2026-06-05 16:22:17 +02:00
parent 47d8957e15
commit 9cb8a5aa8f
29 changed files with 8590 additions and 0 deletions

24
webapp/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "cruciverba-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.18.0",
"eslint-config-next": "^15.2.0",
"typescript": "^5.7.2"
}
}