UNPKG

1.73 kBJSONView Raw
1{
2 "name": "@shopify/react-server",
3 "version": "0.9.1",
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 "directory": "packages/react-server"
21 },
22 "bugs": {
23 "url": "https://github.com/Shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-server/README.md",
26 "dependencies": {
27 "@shopify/network": "^1.4.6",
28 "@shopify/react-async": "^3.1.7",
29 "@shopify/react-cookie": "^0.0.15",
30 "@shopify/react-csrf-universal-provider": "^1.1.3",
31 "@shopify/react-effect": "^3.2.11",
32 "@shopify/react-html": "^9.2.14",
33 "@shopify/react-hydrate": "^1.1.14",
34 "@shopify/react-network": "^3.3.11",
35 "@shopify/sewing-kit-koa": "^6.3.0",
36 "@shopify/useful-types": "^1.3.0",
37 "chalk": "^2.4.2",
38 "koa": "^2.5.0",
39 "koa-compose": ">=3.0.0 <4.0.0",
40 "koa-mount": "^4.0.0"
41 },
42 "devDependencies": {
43 "@shopify/jest-koa-mocks": "^2.2.2",
44 "@shopify/with-env": "^1.1.6",
45 "@types/koa": "^2.0.0",
46 "@types/supertest": "^2.0.8",
47 "get-port": "^5.0.0",
48 "react": "^16.8.1",
49 "react-dom": "^16.8.1",
50 "supertest": "^4.0.2"
51 },
52 "peerDependencies": {
53 "isomorphic-fetch": ">=2.0.0",
54 "react": ">=16.8.0 <17.0.0",
55 "react-dom": ">=16.8.0 <17.0.0"
56 },
57 "files": [
58 "dist/*",
59 "!tsconfig.tsbuildinfo"
60 ]
61}