feat: add Plausible support
All checks were successful
Linux arm64 / Build-and-Deploy (push) Successful in 46s

This commit is contained in:
2025-05-15 19:54:19 +02:00
parent b9ce2ffdc2
commit 543198994b
3 changed files with 2063 additions and 1753 deletions

View File

@@ -7,16 +7,19 @@
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-router-dom": "^6.22.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^8.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^10.0.0",
"react-router-dom": "^7.6.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"typescript": "^5.8.2",
"web-vitals": "^2.1.4"
"react-scroll": "^1.9.3",
"typescript": "^4.9.5",
"web-vitals": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.27.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
@@ -34,4 +37,4 @@
"last 1 safari version"
]
}
}
}