Add BMAD framework, authentication, and new features

This commit is contained in:
2026-01-08 21:23:23 +01:00
parent f07d28aefd
commit 15a95fb319
1298 changed files with 73308 additions and 154901 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "keep-workspace",
"private": true,
"workspaces": [
"keep-notes",
"mcp-server"
],
"devDependencies": {
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0"
},
"dependencies": {
"@prisma/client": "^5.22.0"
}
}