{
  "name": "@times-components/ts-components",
  "version": "1.61.0",
  "description": "Reuseable Typescript React Components",
  "main": "dist/index.js",
  "dev": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [],
  "author": "News UK & Ireland Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "scripts": {
    "describe": "npm-scripts-info",
    "transpile": "run-s build",
    "build": "run-s clean && run-p build:*",
    "build:module": "tsc -p tsconfig.json",
    "bundle": "NODE_ENV=production webpack -p",
    "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,tslint*,typescript,jest,prettier,webpack*,@types/*' --ignore-bin-package=false --skip-missing",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"__tests__/**/*.tsx\" --write",
    "fix:tslint": "tslint --fix --project .",
    "lint": "tslint --project . && prettier \"src/**/*.{ts,tsx}\" --list-different",
    "test:unit": "jest --coverage",
    "watch:build": "run-s clean && run-p build:* \"build:module -- -w\"",
    "watch:tests": "run-s clean build:module && run-p \"build:module -- -w\" \"test:unit -- --watch\"",
    "doc": "run-s doc:html && open-cli build/docs/index.html",
    "doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
    "reset": "git clean -dfx && git reset --hard && npm i",
    "clean": "rm -rf build dist"
  },
  "scripts-info": {
    "info": "Display information about the package scripts",
    "build": "Clean and rebuild the project",
    "fix": "Try to automatically fix any linting problems",
    "test": "Lint and unit test the project",
    "watch:tests": "Watch and rebuild the project on save, then rerun relevant tests",
    "cov": "Rebuild, run tests, then create and open the coverage report",
    "reset": "Delete all untracked files and reset the repo to the last commit",
    "prepare-release": "One-step: clean, build, test, publish docs, and prep a release"
  },
  "engines": {
    "node": ">=8.9"
  },
  "dependencies": {
    "@times-components/button": "2.7.7",
    "@times-components/date-publication": "0.24.6",
    "@times-components/icons": "2.19.7",
    "@times-components/image": "6.14.2",
    "@times-components/link": "3.11.6",
    "@times-components/provider": "1.33.6",
    "@times-components/provider-queries": "2.18.0",
    "@times-components/related-articles": "6.12.23",
    "@times-components/ts-slices": "1.6.7",
    "@times-components/ts-styleguide": "1.37.6",
    "@times-components/utils": "6.15.6",
    "algoliasearch": "4.9.0",
    "date-fns": "2.28.0",
    "date-fns-tz": "1.3.3",
    "graphql": "14.2.1",
    "isomorphic-unfetch": "3.1.0",
    "lodash.get": "4.4.2",
    "lodash.keyby": "4.6.0",
    "lodash.merge": "4.6.2",
    "lodash.startcase": "4.4.0",
    "react": "16.9.0",
    "react-apollo": "2.5.5",
    "react-elastic-carousel": "^0.11.5",
    "regenerator-runtime": "0.13.7",
    "styled-components": "4.3.2",
    "xss": "^1.0.10"
  },
  "devDependencies": {
    "@storybook/addon-actions": "5.3.18",
    "@storybook/addon-knobs": "5.3.18",
    "@storybook/react": "5.3.18",
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/react": "^12.1.2",
    "@times-components/provider-test-tools": "1.27.0",
    "@times-components/storybook": "4.5.6",
    "@times-components/test-utils": "2.4.0",
    "@types/lodash.get": "4.4.6",
    "@types/lodash.keyby": "4.6.6",
    "@types/lodash.merge": "4.6.2",
    "@types/lodash.startcase": "4.4.0",
    "@types/styled-components": "5.1.9",
    "fetch-mock": "9.11.0",
    "jest": "24.8.0",
    "jest-environment-jsdom-sixteen": "2.0.0",
    "jest-styled-components": "6.3.1",
    "mockdate": "3.0.5",
    "prettier": "1.14.3",
    "react": "16.9.0",
    "tslint": "5.18.0",
    "tslint-config-prettier": "1.18.0",
    "typescript": "4.2.4"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "prettier": {
    "singleQuote": true
  },
  "jest": {
    "setupFilesAfterEnv": [
      "@testing-library/jest-dom/extend-expect"
    ]
  }
}
