UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@shopify/react-async",
3 "version": "3.0.7",
4 "license": "MIT",
5 "description": "Tools for creating powerful, asynchronously-loaded React components.",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "scripts": {
10 "build": "tsc --p tsconfig.build.json",
11 "prepublishOnly": "yarn run build"
12 },
13 "publishConfig": {
14 "access": "public",
15 "@shopify:registry": "https://registry.npmjs.org"
16 },
17 "author": "Shopify Inc.",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/Shopify/quilt.git"
21 },
22 "bugs": {
23 "url": "https://github.com/shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-async/README.md",
26 "dependencies": {
27 "@shopify/async": "^2.0.4",
28 "@shopify/javascript-utilities": "^2.4.0",
29 "@shopify/react-effect": "^3.2.3",
30 "@shopify/react-hydrate": "^1.1.4",
31 "@shopify/react-idle": "^1.0.5",
32 "@shopify/react-intersection-observer": "^2.0.5",
33 "@shopify/useful-types": "^2.0.1"
34 },
35 "files": [
36 "dist/*"
37 ]
38}