Leuchtturm React hinzugefügt

This commit is contained in:
wbs
2026-07-16 11:46:48 +02:00
parent 6fdb438154
commit dda2e53576
35 changed files with 2095 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "leuchtturm-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^8.2.0",
"react-router-dom": "^7.18.1"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"vite": "^8.1.1"
}
}