UNPKG

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