Startseite und Kabelüberwachung

This commit is contained in:
ISA
2024-09-23 12:36:54 +02:00
parent c9e55dd66c
commit 067d2e0200
11 changed files with 216 additions and 173 deletions

View File

@@ -9,12 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"autoprefixer": "^10.4.20",
"bootstrap-icons": "^1.11.3",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"next": "14.2.13"
"react-dom": "^18"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}