@shopify/react-network
Version:
A collection of components that allow you to set common HTTP headers from within your React application.
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "@shopify/react-network",
"version": "3.0.4",
"license": "MIT",
"description": "A collection of components that allow you to set common HTTP headers from within your React application.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git"
},
"bugs": {
"url": "https://github.com/shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-network/README.md",
"dependencies": {
"@shopify/network": "^1.2.4",
"@shopify/react-effect": "^3.0.3",
"@types/koa": "^2.0.46",
"tslib": "^1.9.3"
},
"devDependencies": {
"typescript": "~3.2.1"
},
"files": [
"dist/*",
"server.js",
"server.d.ts"
]
}