Add plausible

This commit is contained in:
Andras Schmelczer 2026-06-01 07:33:05 +01:00
parent 3193c509a7
commit 0e3067db19
5 changed files with 90 additions and 3 deletions

8
package-lock.json generated
View file

@ -10,6 +10,7 @@
"license": "UNLICENSED",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@plausible-analytics/tracker": "^0.4.5",
"@playwright/test": "^1.60.0",
"@types/node": "^25.9.1",
"eslint": "^10.4.1",
@ -1517,6 +1518,13 @@
"url": "https://opencollective.com/parcel"
}
},
"node_modules/@plausible-analytics/tracker": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/@plausible-analytics/tracker/-/tracker-0.4.5.tgz",
"integrity": "sha512-6BfAGejXY+YA3Cw6LYT2Zpn4hTxDtPQAawFsYUsQCOg78wIS5C4deAGXTfJffa5VleMWITv5lpJ/EYuQBl1tPA==",
"dev": true,
"license": "MIT"
},
"node_modules/@playwright/test": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz",