Files
geograsim/App/package.json
T
Adminator f22c5ebbfe Stand 2026-04-13: PHP/MySQL Infrastruktur, Flussmanagement, Stadt-Prototyp
- PHP/MySQL Backend (XAMPP + Produktionsserver)
- Front-Controller, API-Endpunkte, Session-Management
- Flussmanagement-Simulation (Echtzeit, Punkt-basierter Fluss)
- Stadt & Raumplanung (Prototyp, Top-Down Kachelsystem)
- Klimawaechter 3D: Deiche kleiner, Baeume kippen, Budget angepasst
- persistence.ts: Dualer Speicher (localStorage + Server-API)
- 6 Unit-Test-Dateien fuer bestehende Simulationen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 16:43:42 +02:00

34 lines
739 B
JSON

{
"name": "geograsim",
"version": "0.1.0",
"description": "Interaktive Simulationen für den Geografieunterricht",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
"keywords": [
"geografie",
"simulation",
"bildung"
],
"author": "Thomas Schroffenegger & Dominik Mößlang",
"license": "MIT",
"devDependencies": {
"@vitest/ui": "^4.1.4",
"jsdom": "^29.0.2",
"playwright": "^1.59.1",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"dependencies": {
"@types/three": "^0.183.1",
"three": "^0.183.2"
}
}