feat: add cookie consent banner and privacy policy page; update dependencies and improve animations
This commit is contained in:
10
package.json
10
package.json
@@ -10,14 +10,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.1.0",
|
||||
"@vercel/analytics": "^1.4.1",
|
||||
"@vercel/speed-insights": "^1.1.0",
|
||||
"@vercel/og": "^0.6.5",
|
||||
"react-cookie-consent": "^9.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"next": "15.1.3",
|
||||
"prisma": "^6.1.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-markdown": "^9.0.3",
|
||||
"gray-matter": "^4.0.3",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"rehype-raw": "^7.0.0"
|
||||
"rehype-raw": "^7.0.0",
|
||||
"remark-gfm": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
|
||||
Reference in New Issue
Block a user