UNPKG

933 BJSONView Raw
1{
2 "name": "@shopify/react-google-analytics",
3 "version": "3.0.17",
4 "license": "MIT",
5 "description": "Google Analytics",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.build.json",
10 "prepublishOnly": "yarn run build"
11 },
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 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-google-analytics/README.md",
25 "dependencies": {
26 "@shopify/react-import-remote": "^0.7.0",
27 "tslib": "^1.9.3"
28 },
29 "peerDependencies": {
30 "react": "^16.4.1"
31 },
32 "devDependencies": {
33 "@shopify/enzyme-utilities": "^2.1.2",
34 "typescript": "~3.2.1"
35 }
36}