UNPKG

2.1 kBJSONView Raw
1{
2 "name": "@shopify/app-bridge-host",
3 "version": "2.0.1",
4 "types": "index.d.ts",
5 "main": "index.js",
6 "files": [
7 "/components/",
8 "/features/",
9 "/hooks/",
10 "/store/",
11 "/actions.d.ts",
12 "/actions.js",
13 "/clientValidator.d.ts",
14 "/clientValidator.js",
15 "/decorator.d.ts",
16 "/decorator.js",
17 "/Frame.d.ts",
18 "/Frame.js",
19 "/Host.d.ts",
20 "/Host.js",
21 "/HostProvider.d.ts",
22 "/HostProvider.js",
23 "/index.d.ts",
24 "/index.js",
25 "/Middleware.d.ts",
26 "/Middleware.js",
27 "/PropTypes.d.ts",
28 "/PropTypes.js",
29 "/Provider.d.ts",
30 "/Provider.js",
31 "/types.d.ts",
32 "/types.js",
33 "/withFeature.d.ts",
34 "/withFeature.js"
35 ],
36 "private": false,
37 "publishConfig": {
38 "access": "public",
39 "@shopify:registry": "https://registry.npmjs.org"
40 },
41 "repository": "git@github.com:Shopify/app-bridge.git",
42 "author": "Shopify Inc.",
43 "license": "MIT",
44 "scripts": {
45 "build": "yarn build:tsc",
46 "build:tsc": "NODE_ENV=production tsc",
47 "check": "tsc",
48 "clean": "cat package.json | node -pe \"JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).files.map(f => './'+f).join(' ')\" | xargs rm -rf",
49 "pack": "yarn pack",
50 "size": "size-limit"
51 },
52 "sideEffects": false,
53 "size-limit": [
54 {
55 "limit": "250 KB",
56 "path": "index.js"
57 }
58 ],
59 "devDependencies": {
60 "@types/hoist-non-react-statics": "^3.0.1",
61 "@types/react": "^16.9.12",
62 "@types/react-dom": "^16.9.4",
63 "@types/react-redux": "^7.1.2",
64 "enzyme": "3.11.0",
65 "react-test-renderer": "16.6.3"
66 },
67 "peerDependencies": {
68 "@shopify/polaris": "5.8.4",
69 "@shopify/react-i18n": "^5.0.0"
70 },
71 "dependencies": {
72 "@shopify/app-bridge": "^2.0.1",
73 "@shopify/javascript-utilities": "^2.3.0",
74 "@shopify/react-compose": "^1.0.4",
75 "@shopify/react-hooks": "^1.3.2",
76 "hoist-non-react-statics": "^3.1.0",
77 "react": "^16.9.0",
78 "react-dom": "^16.9.0",
79 "react-redux": "^7.1.1",
80 "redux": "^4.0.0"
81 },
82 "gitHead": "f2420c77813b5ead707612785d93d4ad61df0beb"
83}