UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@shopify/react-server",
3 "version": "0.8.3",
4 "license": "MIT",
5 "description": "Utilities for React server-side rendering.",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "sideEffects": false,
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-server/README.md",
25 "dependencies": {
26 "@shopify/network": "^1.4.3",
27 "@shopify/react-async": "^3.1.3",
28 "@shopify/react-cookie": "^0.0.10",
29 "@shopify/react-csrf-universal-provider": "^1.0.13",
30 "@shopify/react-effect": "^3.2.8",
31 "@shopify/react-html": "^9.2.9",
32 "@shopify/react-hydrate": "^1.1.10",
33 "@shopify/react-network": "^3.3.7",
34 "@shopify/sewing-kit-koa": "^6.1.6",
35 "@shopify/useful-types": "^1.3.0",
36 "chalk": "^2.4.2",
37 "koa": "^2.5.0",
38 "koa-compose": ">=3.0.0 <4.0.0",
39 "koa-mount": "^4.0.0"
40 },
41 "devDependencies": {
42 "@shopify/jest-koa-mocks": "^2.1.9",
43 "@shopify/with-env": "^1.1.3",
44 "@types/koa": "^2.0.0",
45 "@types/supertest": "^2.0.8",
46 "get-port": "^5.0.0",
47 "react": "^16.8.1",
48 "react-dom": "^16.8.1",
49 "supertest": "^4.0.2"
50 },
51 "peerDependencies": {
52 "isomorphic-fetch": ">=2.0.0",
53 "react": ">=16.8.0 <17.0.0",
54 "react-dom": ">=16.8.0 <17.0.0"
55 },
56 "files": [
57 "dist/*"
58 ]
59}