2
0

📈 (lp) Add Vercel analytics

This commit is contained in:
Baptiste Arnaud
2022-11-21 15:42:58 +01:00
parent bdf4e83617
commit b29f7325ad
4 changed files with 17 additions and 9 deletions

View File

@ -13,16 +13,17 @@
"@chakra-ui/react": "2.4.1",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@vercel/analytics": "0.1.5",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"db": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "7.6.6",
"models": "workspace:*",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*",
"db": "workspace:*"
"utils": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.20.2",
@ -38,7 +39,7 @@
"next-transpile-modules": "10.0.0",
"postcss": "8.4.19",
"prettier": "2.7.1",
"typescript": "4.8.4",
"tsconfig": "workspace:*"
"tsconfig": "workspace:*",
"typescript": "4.8.4"
}
}