feat(track): added plausible tracker

This commit is contained in:
Corentin Thomasset 2021-07-23 23:01:40 +02:00
parent 5486bcfd85
commit 29891e0f0d
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 39 additions and 0 deletions

30
package-lock.json generated
View file

@ -24,6 +24,7 @@
"nuxt": "^2.15.7",
"nuxt-i18n": "^6.27.3",
"qrcode.vue": "^1.7.0",
"vue-plausible": "^1.2.1",
"vuetify": "^2.5.7",
"vuetify-toast-snackbar": "^0.6.1"
},
@ -21313,6 +21314,14 @@
"node": ">=4"
}
},
"node_modules/plausible-tracker": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.1.tgz",
"integrity": "sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==",
"engines": {
"node": ">=10"
}
},
"node_modules/pluralize": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
@ -26573,6 +26582,14 @@
"resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz",
"integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g=="
},
"node_modules/vue-plausible": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.2.1.tgz",
"integrity": "sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==",
"dependencies": {
"plausible-tracker": "^0.3.1"
}
},
"node_modules/vue-property-decorator": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz",
@ -44406,6 +44423,11 @@
}
}
},
"plausible-tracker": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.1.tgz",
"integrity": "sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg=="
},
"pluralize": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
@ -48523,6 +48545,14 @@
"resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz",
"integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g=="
},
"vue-plausible": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.2.1.tgz",
"integrity": "sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==",
"requires": {
"plausible-tracker": "^0.3.1"
}
},
"vue-property-decorator": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz",