Add initial project setup with PocketBase integration, global state management, and UI components for gift tracking

This commit is contained in:
Norbert Maciaszek
2025-11-11 15:25:29 +01:00
parent 1fd7b56754
commit 60d0888a49
30 changed files with 1140 additions and 111 deletions

View File

@@ -8,17 +8,19 @@
"start": "next start"
},
"dependencies": {
"next": "16.0.1",
"pocketbase": "^0.26.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"next": "16.0.1"
"zustand": "^5.0.8"
},
"devDependencies": {
"babel-plugin-react-compiler": "1.0.0",
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}