UNPKG

1 kBJSONView Raw
1{
2 "name": "@shopify/react-google-analytics",
3 "version": "3.1.12",
4 "license": "MIT",
5 "description": "Google Analytics",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "sideEffects": false,
12 "publishConfig": {
13 "access": "public",
14 "@shopify:registry": "https://registry.npmjs.org"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git",
20 "directory": "packages/react-google-analytics"
21 },
22 "bugs": {
23 "url": "https://github.com/Shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-google-analytics/README.md",
26 "dependencies": {
27 "@shopify/react-import-remote": "^1.0.40",
28 "tslib": "^1.9.3"
29 },
30 "peerDependencies": {
31 "react": "^16.4.1"
32 },
33 "devDependencies": {
34 "@shopify/enzyme-utilities": "^2.1.11"
35 },
36 "files": [
37 "dist/*",
38 "!tsconfig.tsbuildinfo"
39 ]
40}