UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@shopify/react-compose",
3 "version": "2.1.3",
4 "license": "MIT",
5 "description": "Cleanly compose multiple component enhancers together with minimal fuss",
6 "main": "index.js",
7 "types": "./build/ts/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-compose"
17 },
18 "bugs": {
19 "url": "https://github.com/Shopify/quilt/issues"
20 },
21 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-compose/README.md",
22 "engines": {
23 "node": ">=12.14.0"
24 },
25 "dependencies": {
26 "@shopify/useful-types": "^3.0.4",
27 "hoist-non-react-statics": "^3.0.1"
28 },
29 "peerDependencies": {
30 "react": ">=16.8.0 <18.0.0"
31 },
32 "sideEffects": false,
33 "files": [
34 "build/",
35 "!build/*.tsbuildinfo",
36 "!build/ts/**/tests/",
37 "index.js",
38 "index.mjs",
39 "index.esnext"
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 "gitHead": "80f3bf1a062fa2d432e63fe797716f9c0b226195"
52}