react-shopify
Version:
An opinionated library of React components built upon the Shopify Storefront API
88 lines (87 loc) • 2.8 kB
JSON
{
"name": "react-shopify",
"version": "0.17.0",
"description": "An opinionated library of React components built upon the Shopify Storefront API",
"main": "dist/react-shopify.cjs.js",
"module": "dist/react-shopify.esm.js",
"browser": "dist/react-shopify.umd.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"docz:dev": "docz dev",
"docz:build": "docz build",
"generate:types": "tsc --declaration --noEmit false --outDir ./test --emitDeclarationOnly",
"update:schema": "get-graphql-schema --json --header='X-Shopify-Storefront-Access-Token=078bc5caa0ddebfa89cccb4a1baa1f5c' https://graphql.myshopify.com/api/graphql | gql2ts -n Storefront -o src/storefront.d.ts",
"prebuild": "rimraf dist",
"release": "yarn build && np --yolo",
"test": "exit 1"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/inkOfPixel/react-shopify.git"
},
"keywords": [
"react",
"shopify",
"components",
"storefront-api"
],
"author": "Massimo De Marchi <massimo@inkofpixel.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inkOfPixel/react-shopify/issues"
},
"homepage": "https://inkofpixel.github.io/react-shopify/",
"dependencies": {
"@babel/polyfill": "7.0.0",
"@types/lodash-es": "4.17.1",
"@types/memoize-one": "3.1.1",
"@types/styled-components": "3.0.1",
"babel-plugin-lodash": "3.3.4",
"lodash-es": "4.17.11"
},
"peerDependencies": {
"apollo-boost": ">=0.1.15",
"graphql": ">=14.0.0",
"graphql-tag": ">=2.9.2",
"react": ">=16.3.0",
"react-apollo": ">=2.1.11",
"react-dom": ">=16.3.0",
"styled-components": ">=4.0.0-beta.10"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@types/lodash": "4.14.116",
"@types/react": "16.4.14",
"@types/react-dom": "16.0.8",
"apollo-boost": "0.1.16",
"docz": "0.12.5",
"get-graphql-schema": "2.1.1",
"gql2ts": "1.10.1",
"graphql": "14.0.2",
"graphql-tag": "2.9.2",
"np": "3.0.4",
"prettier": "1.14.3",
"react": "16.5.2",
"react-apollo": "2.2.3",
"react-dom": "16.5.2",
"rollup": "0.66.2",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-bundle-size": "1.0.2",
"rollup-plugin-commonjs": "9.1.8",
"rollup-plugin-node-resolve": "3.4.0",
"styled-components": "4.0.0-beta.10",
"typescript": "3.1.1"
}
}