UNPKG

965 BJSONView Raw
1{
2 "name": "@shopify/react-google-analytics",
3 "version": "0.1.0",
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.1.1"
27 },
28 "peerDependencies": {
29 "react": "^16.4.1"
30 },
31 "devDependencies": {
32 "@shopify/enzyme-utilities": "^1.1.2",
33 "@types/enzyme": "^3.1.10",
34 "enzyme": "^3.3.0",
35 "typescript": "~3.0.1"
36 }
37}