UNPKG

@shopify/react-tracking-pixel

Version:
48 lines (47 loc) 1.12 kB
{ "name": "@shopify/react-tracking-pixel", "version": "3.1.8", "license": "MIT", "description": "Allows React apps to easily embed tracking pixel iframes", "main": "index.js", "types": "index.d.ts", "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "author": "Shopify Inc.", "repository": { "type": "git", "url": "git+https://github.com/Shopify/quilt.git", "directory": "packages/react-tracking-pixel" }, "bugs": { "url": "https://github.com/Shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md", "dependencies": { "@shopify/react-html": "^10.2.7" }, "peerDependencies": { "react": "^16.4.1" }, "files": [ "build/*", "!*.tsbuildinfo", "index.js", "index.mjs", "index.esnext", "index.d.ts" ], "sideEffects": false, "module": "index.mjs", "esnext": "index.esnext", "exports": { "./": "./", ".": { "import": "./index.mjs", "require": "./index.js", "esnext": "./index.esnext" } } }