{
  "name": "hmg32-times-components-ssr",
  "main": "src",
  "version": "0.0.1",
  "scripts": {
    "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js",
    "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p",
    "bundle:profile": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js --profile --json > dist/stats.json",
    "cleanup-dist": "rm -rf dist",
    "depcheck": "depcheck --ignores='cypress,axe-core,depcheck,eslint,graphql,prettier,wait-on,webpack*' --skip-missing",
    "fmt": "eslint . --fix && prettier --write '**/*.*'",
    "lint": "eslint . && yarn prettier:diff && yarn depcheck",
    "prepublishOnly": "yarn bundle:prod",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "start": "webpack --config=src/standalone-renderer/webpack.config.js && node src/standalone-renderer/app.js",
    "start:testserver": "GRAPHQL_ENDPOINT=http://localhost:4000/graphql SPOT_ID=5p0t_1m_1d yarn start & wait-on tcp:3000",
    "stop:testserver": "kill $(lsof -t -i:3000)",
    "test:integration": "yarn bundle:prod && yarn start:testserver && cypress run; exitCode=$?; yarn stop:testserver; exit $exitCode",
    "test:integration:debug": "yarn start:testserver && DEBUG=cypress:* cypress open; exitCode=$?; yarn stop:testserver; exit $exitCode",
    "test:integration:update": "yarn bundle:prod && yarn start:testserver && cypress run --env updateSnapshots=true; exitCode=$?; yarn stop:testserver; exit $exitCode"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hmgibson23/times-components.git"
  },
  "keywords": [
    "react",
    "ssr",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/hmgibson23/times-components/issues"
  },
  "homepage": "https://github.com/hmgibson23/times-components#readme",
  "devDependencies": {
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/fixture-generator": "0.33.0",
    "@times-components/mock-tpa-server": "0.3.0",
    "axe-core": "3.3.1",
    "cypress": "^9.2.0",
    "cypress-axe": "0.13.0",
    "cypress-failed-log": "2.5.1",
    "cypress-image-snapshot": "^4.0.0",
    "depcheck": "0.6.9",
    "eslint": "5.9.0",
    "eslint-plugin-cypress": "2.0.1",
    "express": "4.16.3",
    "graphql": "14.2.1",
    "prettier": "1.14.3",
    "wait-on": "3.1.0",
    "webpack": "4.30.0"
  },
  "dependencies": {
    "@times-components/article": "7.13.28",
    "@times-components/author-profile": "6.9.22",
    "@times-components/context": "1.10.5",
    "@times-components/provider": "1.33.6",
    "@times-components/schema": "0.7.3",
    "@times-components/tealium": "1.15.0",
    "@times-components/topic": "5.7.22",
    "@times-components/ts-styleguide": "1.37.6",
    "@times-components/utils": "6.15.6",
    "apollo-cache-inmemory": "1.5.1",
    "apollo-client": "2.5.1",
    "apollo-link": "1.2.4",
    "apollo-link-error": "1.1.2",
    "apollo-link-http": "1.5.14",
    "apollo-link-persisted-queries": "0.2.2",
    "cypress-wait-until": "1.7.2",
    "node-fetch": "2.6.7",
    "react": "16.9.0",
    "react-apollo": "2.5.5",
    "react-dom": "16.9.0",
    "react-helmet-async": "1.0.2",
    "styled-components": "4.3.2",
    "unfetch": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
