feat: add Plausible support
All checks were successful
Linux arm64 / Build-and-Deploy (push) Successful in 46s
All checks were successful
Linux arm64 / Build-and-Deploy (push) Successful in 46s
This commit is contained in:
3789
package-lock.json
generated
3789
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
@@ -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",
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Portfolio</title>
|
||||
<!-- Plausible -->
|
||||
<script defer data-domain="thibaut.ale-pri.com"
|
||||
src="https://plausible.ale-pri.com/js/script.file-downloads.hash.outbound-links.js"></script>
|
||||
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user