@shopify/react-html
Version:
A component to render your react app with no static HTML.
39 lines (38 loc) • 997 B
JSON
{
"name": "@shopify/react-html",
"version": "5.0.1",
"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-serialize": "^1.0.10",
"react-helmet": "^5.2.0"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"@shopify/with-env": "^1.0.7",
"typescript": "~3.0.1"
},
"sideEffects": false
}