UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@shopify/react-import-remote",
3 "version": "1.2.5",
4 "license": "MIT",
5 "description": "Asynchronous script loading for React",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git",
19 "directory": "packages/react-import-remote"
20 },
21 "bugs": {
22 "url": "https://github.com/Shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-import-remote/README.md",
25 "dependencies": {
26 "@shopify/async": "^2.2.3",
27 "@shopify/react-hooks": "^1.12.3",
28 "@shopify/react-html": "^10.2.4",
29 "@shopify/react-intersection-observer": "^2.1.3",
30 "@shopify/useful-types": "^2.3.3",
31 "tslib": "^1.14.1"
32 },
33 "peerDependencies": {
34 "react": "^16.4.1"
35 },
36 "sideEffects": false,
37 "files": [
38 "build/*",
39 "!*.tsbuildinfo",
40 "index.js",
41 "index.mjs",
42 "index.esnext",
43 "index.d.ts"
44 ],
45 "module": "index.mjs",
46 "esnext": "index.esnext",
47 "exports": {
48 "./": "./",
49 ".": {
50 "import": "./index.mjs",
51 "require": "./index.js",
52 "esnext": "./index.esnext"
53 }
54 }
55}