@getconfection/confection-vue-cable
Version:
## About [Confection](https://confection.io/) collects, stores, and distributes data in a way that's unaffected by client-side disruptions involving cookies, cross-domain scripts, and device IDs. It's also compliant with global privacy laws so it’s good
76 lines (75 loc) • 1.46 kB
JSON
{
"name": "@getconfection/confection-vue-cable",
"version": "0.1.2",
"private": false,
"keywords": [
"vue",
"vuejs",
"gdpr",
"privacy",
"business intelligence",
"lgpd",
"ccpa",
"data generator",
"post cookie",
"consent",
"cookie consent",
"data",
"data protection",
"cookie",
"tracker",
"pixel",
"tag",
"analytics",
"metrics",
"telemetry",
"analytics project",
"tracking",
"event tracking",
"data gathering",
"page tracking",
"user tracking",
"custom events",
"stats",
"statistics",
"monitoring",
"pageviews"
],
"main": "index.js",
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}