mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
(pnpm) remove unused vue-matomo
This commit is contained in:
parent
d2f7e18a4f
commit
0c69484b85
@ -79,7 +79,6 @@
|
|||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"vue": "2.7.16",
|
"vue": "2.7.16",
|
||||||
"vue-lazy-hydration": "^2.0.0-beta.4",
|
"vue-lazy-hydration": "^2.0.0-beta.4",
|
||||||
"vue-matomo": "^3.13.5-0",
|
|
||||||
"vue-plausible": "^1.3.2",
|
"vue-plausible": "^1.3.2",
|
||||||
"vue-template-compiler": "2.7.16",
|
"vue-template-compiler": "2.7.16",
|
||||||
"vuedraggable": "^2.24.3",
|
"vuedraggable": "^2.24.3",
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
import Vue from 'vue';
|
|
||||||
import VueMatomo from 'vue-matomo';
|
|
||||||
|
|
||||||
export default ({ app }) => {
|
|
||||||
if (process.env.NODE_ENV === 'production') {
|
|
||||||
Vue.use(VueMatomo, {
|
|
||||||
router: app.router,
|
|
||||||
host: 'https://matomo.avris.it',
|
|
||||||
siteId: 20,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
};
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -200,9 +200,6 @@ dependencies:
|
|||||||
vue-lazy-hydration:
|
vue-lazy-hydration:
|
||||||
specifier: ^2.0.0-beta.4
|
specifier: ^2.0.0-beta.4
|
||||||
version: 2.0.0-beta.4
|
version: 2.0.0-beta.4
|
||||||
vue-matomo:
|
|
||||||
specifier: ^3.13.5-0
|
|
||||||
version: 3.13.5-0
|
|
||||||
vue-plausible:
|
vue-plausible:
|
||||||
specifier: ^1.3.2
|
specifier: ^1.3.2
|
||||||
version: 1.3.2
|
version: 1.3.2
|
||||||
@ -16834,11 +16831,6 @@ packages:
|
|||||||
- whiskers
|
- whiskers
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue-matomo@3.13.5-0:
|
|
||||||
resolution: {integrity: sha512-mxOKX3tVVP4y3u1kzH6GdsW5J0He5PeijSGLZkfLpdKAmrsXRhdLzl7IewyfvRYAB1LTLl92q+u7gUT9tQTrAw==}
|
|
||||||
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vue-meta@2.4.0:
|
/vue-meta@2.4.0:
|
||||||
resolution: {integrity: sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==}
|
resolution: {integrity: sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user