establish db

This commit is contained in:
2026-06-05 20:30:28 -04:00
parent 820a872f07
commit 58b5804d7a
95 changed files with 42873 additions and 233 deletions

View File

@@ -11,6 +11,9 @@
"test:watch": "vitest"
},
"dependencies": {
"@libsql/client": "^0.17.3",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4",
@@ -21,11 +24,13 @@
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/better-sqlite3": "^7.6.13",
"@types/jsdom": "^28.0.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"jsdom": "^29.1.1",