@shopify/react-async
Version:
Tools for creating powerful, asynchronously-loaded React components
73 lines (72 loc) • 1.78 kB
JSON
{
"name": "@shopify/react-async",
"version": "5.5.3",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components",
"main": "index.js",
"types": "./build/ts/index.d.ts",
"typesVersions": {
"*": {
"testing": [
"./build/ts/testing.d.ts"
]
}
},
"sideEffects": false,
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/react-async"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md",
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/async": "^4.1.0",
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.1.2",
"@shopify/react-hydrate": "^3.1.4",
"@shopify/react-idle": "^3.2.0",
"@shopify/react-intersection-observer": "^4.1.0",
"@shopify/useful-types": "^5.3.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
},
"files": [
"build/",
"!build/*.tsbuildinfo",
"!build/ts/**/tests/",
"index.js",
"index.mjs",
"index.esnext",
"testing.js",
"testing.mjs",
"testing.esnext"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./testing": {
"types": "./build/ts/testing.d.ts",
"esnext": "./testing.esnext",
"import": "./testing.mjs",
"require": "./testing.js"
},
".": {
"types": "./build/ts/index.d.ts",
"esnext": "./index.esnext",
"import": "./index.mjs",
"require": "./index.js"
}
}
}