@shopify/react-server
Version:
Utilities for React server-side rendering.
57 lines (56 loc) • 1.53 kB
JSON
{
"name": "@shopify/react-server",
"version": "0.7.0",
"license": "MIT",
"description": "Utilities for React server-side rendering.",
"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-server/README.md",
"dependencies": {
"@shopify/network": "^1.4.2",
"@shopify/react-async": "^3.0.8",
"@shopify/react-csrf-universal-provider": "^1.0.4",
"@shopify/react-effect": "^3.2.3",
"@shopify/react-html": "^9.2.3",
"@shopify/react-hydrate": "^1.1.4",
"@shopify/react-network": "^3.3.0",
"@shopify/sewing-kit-koa": "^6.1.2",
"chalk": "^2.4.2",
"koa": "^2.5.0",
"koa-compose": "^4.1.0",
"koa-mount": "^4.0.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^2.1.5",
"@types/koa": "^2.0.44",
"@types/supertest": "^2.0.8",
"get-port": "^5.0.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"supertest": "^4.0.2"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0",
"react-dom": ">=16.8.0 <17.0.0"
},
"files": [
"dist/*"
]
}