UNPKG

2.06 kBJSONView Raw
1{
2 "name": "@shopify/app-bridge-host",
3 "version": "1.27.2",
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 "/index.d.ts",
20 "/index.js",
21 "/Middleware.d.ts",
22 "/Middleware.js",
23 "/PropTypes.d.ts",
24 "/PropTypes.js",
25 "/Provider.d.ts",
26 "/Provider.js",
27 "/HostProvider.d.ts",
28 "/HostProvider.js",
29 "/Host.d.ts",
30 "/Host.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.7.3",
62 "@types/react-redux": "^7.1.2",
63 "enzyme": "3.11.0",
64 "react-test-renderer": "16.6.3"
65 },
66 "peerDependencies": {
67 "@shopify/polaris": "^4.24.0",
68 "@shopify/react-i18n": "^1.7.0"
69 },
70 "dependencies": {
71 "@shopify/app-bridge": "^1.27.2",
72 "@shopify/javascript-utilities": "^2.3.0",
73 "@shopify/react-compose": "^1.0.4",
74 "@shopify/react-hooks": "^1.3.2",
75 "hoist-non-react-statics": "^3.1.0",
76 "react": "^16.8.6",
77 "react-dom": "^16.8.6",
78 "react-redux": "^7.1.1",
79 "redux": "^4.0.0"
80 },
81 "gitHead": "314fcd4b755b21c6e249b82469e6554350986c38"
82}