cookie consent. closes #13

This commit is contained in:
Michael Dausmann
2023-09-13 20:21:00 +10:00
parent d65705732e
commit 72c7002698
4 changed files with 144 additions and 0 deletions

11
package-lock.json generated
View File

@@ -20,6 +20,7 @@
"stripe": "^11.12.0",
"superjson": "^1.12.2",
"trpc-nuxt": "^0.8.0",
"vanilla-cookieconsent": "^2.9.2",
"zod": "^3.20.2"
},
"devDependencies": {
@@ -10093,6 +10094,11 @@
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
"devOptional": true
},
"node_modules/vanilla-cookieconsent": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-2.9.2.tgz",
"integrity": "sha512-SHAS5W0DBvvcUtjmVvvYkhmLPmTlgwKzFvViUp5mBimbZCdZKbDQzwyk/TgYq02+61RrtxmDdLGzDWNFpSbsGQ=="
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -18422,6 +18428,11 @@
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
"devOptional": true
},
"vanilla-cookieconsent": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-2.9.2.tgz",
"integrity": "sha512-SHAS5W0DBvvcUtjmVvvYkhmLPmTlgwKzFvViUp5mBimbZCdZKbDQzwyk/TgYq02+61RrtxmDdLGzDWNFpSbsGQ=="
},
"vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",