UNPKG

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