add vercel analytics

This commit is contained in:
Thomas Ruoff
2022-11-11 11:56:00 +01:00
parent 6405367125
commit 1b41a2ad5a
3 changed files with 20 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.1",
"@sendgrid/mail": "7.7.0",
"@vercel/analytics": "^0.1.4",
"autoprefixer": "10.4.13",
"classnames": "2.3.2",
"date-fns": "2.29.3",
@@ -38,13 +39,13 @@
"eslint-config-next": "12.3.3",
"eslint-config-prettier": "8.5.0",
"jest": "29.3.1",
"ts-jest": "29.0.3",
"postcss": "8.4.19",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.8.2",
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.2.3"
"tailwindcss": "3.2.3",
"ts-jest": "29.0.3"
},
"jest": {
"transform": {