Newsletter comming soon

This commit is contained in:
Timo Knuth
2025-12-18 15:54:53 +01:00
parent f1d1f4291b
commit 6aa3267f26
14 changed files with 1128 additions and 2 deletions

10
package-lock.json generated
View File

@@ -21,6 +21,7 @@
"i18next": "^23.7.6",
"ioredis": "^5.3.2",
"jszip": "^3.10.1",
"lucide-react": "^0.562.0",
"next": "14.2.18",
"next-auth": "^4.24.5",
"papaparse": "^5.4.1",
@@ -5412,6 +5413,15 @@
"node": ">=10"
}
},
"node_modules/lucide-react": {
"version": "0.562.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz",
"integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",