UNPKG

vue-gtag-next

Version:
97 lines (96 loc) 2.54 kB
{ "name": "vue-gtag-next", "description": "Global Site Tag (gtag.js) plugin for Vue 3", "version": "1.14.0", "author": { "name": "Matteo Gabriele", "email": "m.gabriele.dev@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MatteoGabriele/vue-gtag-next" }, "scripts": { "commit": "git-cz", "clean": "del-cli dist", "prebuild": "yarn clean", "build": "bili", "dev": "bili --watch", "lint": "eslint --ext .js .", "lint:fix": "yarn lint --fix", "test": "jest", "test:ci": "jest --coverage --bail --runInBand --verbose=false", "coverage": "jest --coverage", "coverage:html": "jest --coverage --coverageReporters=html", "coverage:text": "jest --coverage --coverageReporters=text", "coverage:lcov": "jest --coverage --coverageReporters=lcov", "prepublishOnly": "yarn lint && yarn test && yarn build", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "jest": { "collectCoverage": true, "coverageReporters": [ "json", "html" ], "moduleNameMapper": { "@/(.*)$": "<rootDir>/src/$1" } }, "keywords": [ "google", "google analytics", "tracking", "google tracking", "vue-analytics", "vue-gtag", "gtag", "gtag.js", "global site tag", "vue", "vuejs" ], "main": "./dist/vue-gtag-next.js", "module": "./dist/vue-gtag-next.esm.js", "unpkg": "./dist/vue-gtag-next.umd.js", "jsdelivr": "./dist/vue-gtag-next.umd.js", "types": "./vue-gtag-next.d.ts", "files": [ "dist", "vue-gtag-next.d.ts" ], "bugs": { "url": "https://github.com/MatteoGabriele/vue-gtag-next/issues" }, "homepage": "https://github.com/MatteoGabriele/vue-gtag-next#readme", "peerDependencies": { "vue": "^3.0.0-rc.11" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/preset-env": "^7.7.1", "babel-eslint": "^10.0.3", "bili": "^5.0.5", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.0.2", "del-cli": "^3.0.0", "eslint": "^6.6.0", "eslint-config-prettier": "^6.7.0", "eslint-plugin-jest": "^23.18.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^6.0.1", "flush-promises": "^1.0.2", "jest": "^26.0.1", "mockdate": "^3.0.2", "prettier": "^2.0.5", "rollup-plugin-alias": "^2.2.0", "semantic-release": "^15.13.31", "vue": "^3.0.0-rc.11" } }