Initial commit from Create Next App

This commit is contained in:
2025-08-19 12:36:33 +02:00
commit decfc0b383
19 changed files with 2068 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "kleinholz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.7"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}