add credenza

This commit is contained in:
Milo Schwartz
2024-11-03 00:02:26 -04:00
parent a6baebb216
commit 2635443105
9 changed files with 332 additions and 29 deletions

View File

@@ -62,18 +62,15 @@
"rebuild": "0.1.2",
"tailwind-merge": "2.5.3",
"tailwindcss-animate": "1.0.7",
"vaul": "1.1.1",
"winston": "3.14.2",
"winston-daily-rotate-file": "5.0.0",
"zod": "3.23.8",
"zod-validation-error": "3.4.0"
},
"devDependencies": {
"drizzle-kit": "0.24.2",
"esbuild": "0.20.1",
"esbuild-node-externals": "1.13.0",
"yargs": "17.7.2",
"@esbuild-plugins/tsconfig-paths": "0.1.2",
"@dotenvx/dotenvx": "1.14.2",
"@esbuild-plugins/tsconfig-paths": "0.1.2",
"@types/better-sqlite3": "7.6.11",
"@types/cookie-parser": "1.4.7",
"@types/cors": "2.8.17",
@@ -84,6 +81,9 @@
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/yargs": "17.0.33",
"drizzle-kit": "0.24.2",
"esbuild": "0.20.1",
"esbuild-node-externals": "1.13.0",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
@@ -91,7 +91,8 @@
"tailwindcss": "^3.4.1",
"tsc-alias": "1.8.10",
"tsx": "4.19.1",
"typescript": "^5"
"typescript": "^5",
"yargs": "17.7.2"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",