Lernkarten-App aus Unterrichtsmaterialien hinzugefügt

This commit is contained in:
2026-07-15 10:26:52 +02:00
parent 451e0de4ff
commit 786c9c5e24
28 changed files with 4125 additions and 6 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "react-lernkarten-schulung",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.6.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"vite": "^8.1.1"
}
}