UNPKG

vue3-analytics

Version:
66 lines (65 loc) 1.64 kB
{ "name": "vue3-analytics", "version": "1.0.0", "description": "Google Analytics plugin for Vue3", "repository": { "type": "git", "url": "https://github.com/KanHarI/vue3-analytics" }, "scripts": { "commit": "git-cz", "build": "webpack --mode production", "dev": "webpack --mode development --watch", "test": "jest", "prepublish": "webpack --mode production", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "keywords": [ "Google", "google", "Google Analytics", "google analytics", "tracking", "google tracking", "vue-analytics", "vue" ], "main": "dist/vue-analytics.js", "types": "vue-analytics.d.ts", "files": [ "dist", "vue-analytics.d.ts" ], "author": { "name": "Matteo Gabriele", "email": "m.gabriele.dev@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/MatteoGabriele/vue-analytics/issues" }, "homepage": "https://github.com/MatteoGabriele/vue-analytics#readme", "dependencies": { "vue": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/preset-env": "^7.7.1", "babel-loader": "^8.0.6", "commitizen": "^4.0.3", "compression-webpack-plugin": "^3.0.0", "cz-conventional-changelog": "^3.0.2", "jest": "^24.9.0", "semantic-release": "^15.13.30", "terser-webpack-plugin": "^2.2.1", "vue-router": "^3.1.3", "vuex": "^3.1.2", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" } }