UNPKG

react-marketing-tools

Version:

React Marketing Tools are a set of tools to make it easier for you to implement analytics and track user journeys, interactions throughout your App. using dataLayer/Google Tag Manager, GA4 fetch directly or coming soon facebook pixel.

100 lines (99 loc) 2.59 kB
{ "name": "react-marketing-tools", "type": "module", "version": "0.4.3", "description": "React Marketing Tools are a set of tools to make it easier for you to implement analytics and track user journeys, interactions throughout your App. using dataLayer/Google Tag Manager, GA4 fetch directly or coming soon facebook pixel.", "license": "MIT", "author": "bronz3beard <exempli.gratia.webdesign@gmail.com> (https://www.heyrory.com/)", "homepage": "https://www.heyrory.com/", "repository": { "type": "git", "url": "https://github.com/bronz3beard/react-marketing-tools" }, "bugs": { "url": "https://github.com/bronz3beard/react-marketing-tools/issues" }, "files": [ "./dist/index.d.ts", "./dist/types/index.d.ts", "./dist/manifest.json", "./dist/react-marketing-tools.es.js", "./dist/react-marketing-tools.umd.js", "./README.md" ], "keywords": [ "javascript", "react", "marketing", "tools", "marketing tools", "analytics", "google", "facebook", "GA4", "pixel", "dataLayer" ], "main": "./dist/react-marketing-tools.umd.js", "module": "./dist/react-marketing-tools.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/react-marketing-tools.es.js", "require": "./dist/react-marketing-tools.umd.js" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "build:watch": "tsc && vite build --watch", "preview": "vite preview", "mock:publish": "npm pack --dry-run", "check-types": "tsc --noEmit --pretty" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "eslintConfig": { "env": { "browser": true, "node": true, "es2020": true }, "extends": [ "eslint:recommended", "plugin:react/recommended" ], "parserOptions": { "sourceType": "module" } }, "dependencies": { "device-detector-js": "^3.0.3", "prop-types": "^15.8.1" }, "devDependencies": { "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@vitejs/plugin-react": "^2.0.0", "eslint": "^8.21.0", "eslint-plugin-react": "^7.30.1", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.3.3", "vite": "^5.0.10", "vite-plugin-dts": "^1.7.1" } }