{
  "name": "@shopify/react-html",
  "version": "3.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",
    "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.5",
    "react-helmet": "^5.2.0"
  },
  "peerDependencies": {
    "react": "^16.3.2",
    "react-dom": "^16.3.2"
  },
  "devDependencies": {
    "@shopify/with-env": "^1.0.4",
    "typescript": "~2.7.2"
  }
}
