chore: add drizzle dependencies

This commit is contained in:
javayhu 2025-02-22 00:15:54 +08:00
parent 399365be41
commit 5dc5c09306
2 changed files with 1117 additions and 0 deletions

View File

@ -32,6 +32,8 @@
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.39.3",
"lucide-react": "^0.475.0", "lucide-react": "^0.475.0",
"motion": "^12.4.3", "motion": "^12.4.3",
"next": "15.1.7", "next": "15.1.7",
@ -61,11 +63,14 @@
"@content-collections/mdx": "^0.2.0", "@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4", "@content-collections/next": "^0.2.4",
"@types/node": "^20", "@types/node": "^20",
"@types/pg": "^8.11.11",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"concurrently": "^9.1.2", "concurrently": "^9.1.2",
"drizzle-kit": "^0.30.4",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"tsx": "^4.19.3",
"typescript": "^5" "typescript": "^5"
} }
} }

1112
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff