Move to drizzle

This commit is contained in:
2024-11-14 12:57:24 +00:00
parent 3c1a277b37
commit 1e975f56b6
10 changed files with 1352 additions and 945 deletions

View File

@@ -11,30 +11,33 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.663.0",
"@aws-sdk/client-s3": "^3.691.0",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.13",
"@next/mdx": "^14.2.13",
"@next/bundle-analyzer": "^14.2.18",
"@next/mdx": "^14.2.18",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.11",
"@types/mdx": "^2.0.13",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^0.0.0-experimental-6067d4e-20240924",
"better-sqlite3": "^9.6.0",
"better-sqlite3": "^11.5.0",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.1",
"eslint": "^9.11.1",
"eslint-config-next": "^15.0.0-rc.0",
"exif-reader": "^2.0.1",
"framer-motion": "^11.5.6",
"framer-motion": "^11.11.15",
"glob": "^11.0.0",
"million": "^3.1.11",
"next": "15.0.4-canary.2",
"next-auth": "beta",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"radash": "^12.1.0",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107",
@@ -44,7 +47,6 @@
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.13",
"typeorm": "^0.3.20",
"typescript": "^5.6.2",
"yet-another-react-lightbox": "^3.21.6"
}