add: tracking
Add Plausible
This commit is contained in:
parent
0a71a62af8
commit
3b67ce0e5a
6 changed files with 40 additions and 8 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -12,6 +12,7 @@
|
|||
"@nuxt/fonts": "^0.11.3",
|
||||
"@nuxt/icon": "^1.10.3",
|
||||
"@nuxtjs/device": "^3.2.4",
|
||||
"@nuxtjs/plausible": "^1.2.0",
|
||||
"@nuxtjs/robots": "^5.2.10",
|
||||
"@nuxtjs/sitemap": "^7.3.0",
|
||||
"@vueuse/nuxt": "^13.1.0",
|
||||
|
@ -445,6 +446,12 @@
|
|||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@barbapapazes/plausible-tracker": {
|
||||
"version": "0.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@barbapapazes/plausible-tracker/-/plausible-tracker-0.5.6.tgz",
|
||||
"integrity": "sha512-GRZxn3ZngYQ1+QbdP8d66D/lQg+T2oEevG8kBGfNwVbt9VZB67sgMx/gkRo/Ww2lH7QelgjUNzvOeG+DsJX2HQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@capsizecss/metrics": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@capsizecss/metrics/-/metrics-3.5.0.tgz",
|
||||
|
@ -2928,6 +2935,18 @@
|
|||
"defu": "^6.1.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/plausible": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/plausible/-/plausible-1.2.0.tgz",
|
||||
"integrity": "sha512-pjfps32fFN77BhjqHmq2Jx4XCNso9TcYnB+S4IR2qH/c26WDfYB5mQxN5pOEiWRlMkiKq+Y45mBBFtSOVKClCA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@barbapapazes/plausible-tracker": "^0.5.6",
|
||||
"@nuxt/kit": "^3.14.1592",
|
||||
"defu": "^6.1.4",
|
||||
"ufo": "^1.5.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/robots": {
|
||||
"version": "5.2.10",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-5.2.10.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue