add cookie consent and GA

This commit is contained in:
Fabrice Lamant
2025-12-09 20:45:34 +01:00
parent 90d74bbdec
commit 747bcc9ae3
3 changed files with 37 additions and 0 deletions

21
ui/package-lock.json generated
View File

@ -8,6 +8,7 @@
"name": "ui",
"version": "0.1.0",
"dependencies": {
"@next/third-parties": "^16.0.8",
"next": "16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1"
@ -1180,6 +1181,19 @@
"node": ">= 10"
}
},
"node_modules/@next/third-parties": {
"version": "16.0.8",
"resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.0.8.tgz",
"integrity": "sha512-F8TNI1GFm7ivZX6HBMDVsDklAXOHlACbtw7w3WFbDk2oFXdVgKZBfdK+ILhjTBK4ibIXzLMWO1Py3bgSETKHYQ==",
"license": "MIT",
"dependencies": {
"third-party-capital": "1.0.20"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0-beta.0",
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -5040,6 +5054,7 @@
"resolved": "https://registry.npmjs.org/next/-/next-16.0.8.tgz",
"integrity": "sha512-LmcZzG04JuzNXi48s5P+TnJBsTGPJunViNKV/iE4uM6kstjTQsQhvsAv+xF6MJxU2Pr26tl15eVbp0jQnsv6/g==",
"license": "MIT",
"peer": true,
"dependencies": {
"@next/env": "16.0.8",
"@swc/helpers": "0.5.15",
@ -6127,6 +6142,12 @@
"url": "https://opencollective.com/webpack"
}
},
"node_modules/third-party-capital": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/third-party-capital/-/third-party-capital-1.0.20.tgz",
"integrity": "sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==",
"license": "ISC"
},
"node_modules/tinyglobby": {
"version": "0.2.15",
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",