{
  "name": "react-static-test-site-large",
  "private": true,
  "scripts": {
    "start": "react-static start",
    "build": "rm -rf dist && react-static build",
    "build-styled": "STYLE_SYSTEM=styled yarn build",
    "build-emotion": "STYLE_SYSTEM=emotion yarn build",
    "build-pagination": "PAGINATION=true yarn build",
    "bundle": "react-static bundle",
    "export": "react-static export",
    "serve": "serve dist -p 3000 -s"
  },
  "dependencies": {
    "@reach/router": "^1.3.4",
    "axios": "^0.21.1",
    "emotion": "^10.0.27",
    "emotion-server": "^11.0.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-emotion": "^10.0.0",
    "react-hot-loader": "^4.13.0",
    "react-static": "^7.5.1",
    "react-static-plugin-emotion": "^7.5.0",
    "react-static-plugin-reach-router": "^7.5.1",
    "react-static-plugin-sitemap": "^7.5.1",
    "react-static-plugin-source-filesystem": "^7.5.1",
    "react-static-plugin-styled-components": "^7.5.0",
    "styled-components": "^4.4.1"
  },
  "devDependencies": {
    "eslint-config-react-tools": "^1.1.7",
    "serve": "^11.3.2"
  }
}
