UNPKG

1.91 kBJSONView Raw
1{
2 "name": "@shopify/react-server",
3 "version": "0.18.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 "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.5.0",
28 "@shopify/react-async": "^3.1.23",
29 "@shopify/react-cookie": "^0.0.35",
30 "@shopify/react-effect": "^3.2.12",
31 "@shopify/react-html": "^10.0.0",
32 "@shopify/react-hydrate": "^1.1.26",
33 "@shopify/react-network": "^3.5.6",
34 "@shopify/sewing-kit-koa": "^6.3.5",
35 "@shopify/useful-types": "^2.2.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.2.3",
43 "@shopify/react-testing": "^2.1.3",
44 "@shopify/with-env": "^1.1.9",
45 "@types/koa": "^2.0.0",
46 "@types/webpack-virtual-modules": "^0.1.0",
47 "get-port": "^5.0.0",
48 "react": "^16.8.1",
49 "react-dom": "^16.8.1",
50 "saddle-up": "^0.5.1",
51 "webpack": ">4.25.1, <=4.5.0"
52 },
53 "peerDependencies": {
54 "cross-fetch": ">=3.0.0",
55 "react": ">=16.8.0 <17.0.0",
56 "react-dom": ">=16.8.0 <17.0.0"
57 },
58 "optionalDependencies": {
59 "@babel/types": ">=7.0.0",
60 "webpack-virtual-modules": "^0.2.2"
61 },
62 "files": [
63 "dist/*",
64 "!tsconfig.tsbuildinfo",
65 "webpack-plugin.d.ts",
66 "webpack-plugin.js"
67 ]
68}