UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

44 lines (43 loc) 1.18 kB
{ "name": "@shopify/react-html", "version": "9.2.7", "license": "MIT", "description": "A component to render your react app with no static HTML.", "main": "dist/index.js", "types": "dist/index.d.ts", "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-html/README.md", "dependencies": { "@shopify/react-effect": "^3.2.6", "@shopify/react-hydrate": "^1.1.8", "@shopify/react-serialize": "^1.0.17", "@shopify/useful-types": "^2.1.0", "@types/multistream": "^2.1.1", "multistream": "^2.1.1", "serialize-javascript": "^1.5.0", "tslib": "^1.9.3" }, "peerDependencies": { "react": "^16.3.2", "react-dom": "^16.3.2" }, "devDependencies": { "@shopify/with-env": "^1.1.2" }, "sideEffects": false }