UNPKG

998 BJSONView Raw
1{
2 "name": "@shopify/react-compose",
3 "version": "1.0.4",
4 "license": "MIT",
5 "description": "Cleanly compose multiple component enhancers together with minimal fuss",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.build.json",
10 "prepublishOnly": "yarn run build"
11 },
12 "publishConfig": {
13 "access": "public",
14 "@shopify:registry": "https://registry.npmjs.org"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git"
20 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-compose-enhancers/README.md",
25 "dependencies": {
26 "@shopify/useful-types": "^2.0.1",
27 "hoist-non-react-statics": "^3.0.1",
28 "tslib": "^1.9.3"
29 },
30 "peerDependencies": {
31 "react": "^16.3.2"
32 },
33 "devDependencies": {
34 "@types/enzyme": "^3.1.10"
35 },
36 "sideEffects": false
37}