initial commit

initial commit, daisyui beta, tailwind newest
This commit is contained in:
uwebeschde
2025-02-01 13:17:36 +01:00
parent 90cec2c204
commit 7644135142
8 changed files with 75 additions and 151 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "web",
"name": "dispatch",
"version": "0.1.0",
"type": "module",
"private": true,
@@ -12,9 +12,12 @@
},
"dependencies": {
"@repo/ui": "*",
"@tailwindcss/postcss": "^4.0.2",
"next": "^15.1.0",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.2"
},
"devDependencies": {
"@repo/eslint-config": "*",
@@ -22,6 +25,7 @@
"@types/node": "^20",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"daisyui": "^5.0.0-beta.6",
"typescript": "5.5.4"
}
}