feat: add analytics

This commit is contained in:
Kentai Radiquum 2024-08-18 20:21:36 +05:00
parent 33d34938c6
commit 6d4d320da8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 67 additions and 15 deletions

14
package-lock.json generated
View file

@ -13,6 +13,7 @@
"flowbite-react": "^0.10.1",
"markdown-to-jsx": "^7.4.7",
"next": "14.2.5",
"next-plausible": "^3.12.1",
"react": "^18",
"react-cropper": "^2.3.3",
"react-dom": "^18",
@ -4003,6 +4004,19 @@
}
}
},
"node_modules/next-plausible": {
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.12.1.tgz",
"integrity": "sha512-DcQxB/oE8gOLuIU0SBbzN0dYYNibOXgKfnzPkO9SXug6B4Y95eT41JgbN3gjlcsqHWaDWJu/s3928O7ilo2sTg==",
"funding": {
"url": "https://github.com/4lejandrito/next-plausible?sponsor=1"
},
"peerDependencies": {
"next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/next/node_modules/postcss": {
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",