{
  "name": "@times-components/styleguide",
  "version": "3.40.1",
  "description": "Centralised library for common styles throughout the Times",
  "main": "dist/styleguide",
  "dev": "src/styleguide",
  "scripts": {
    "fmt": "eslint . --fix && prettier --write '**/*.*'",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,stylelint*,webpack*' --ignore-bin-package=false --skip-missing",
    "lint": "eslint . && stylelint . && yarn prettier:diff && yarn depcheck",
    "test:web": "jest --config='./__tests__/web/jest.config.js'",
    "prepublishOnly": "yarn transpile && yarn bundle",
    "cleanup-dist": "rm -rf dist",
    "transpile": "yarn cleanup-dist && babel src -d dist",
    "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
    "bundle": "NODE_ENV=production webpack -p"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react-native-web",
    "react",
    "native",
    "web",
    "styleguide",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/jest-configurator": "2.8.1",
    "@times-components/jest-serializer": "3.3.1",
    "@times-components/storybook": "4.4.1",
    "@times-components/test-utils": "2.3.11",
    "@times-components/webpack-configurator": "2.0.30",
    "babel-loader": "8.0.5",
    "babel-plugin-add-react-displayname": "0.0.5",
    "babel-plugin-styled-components": "1.10.6",
    "depcheck": "0.6.9",
    "eslint": "5.9.0",
    "jest": "24.8.0",
    "jest-styled-components": "6.3.1",
    "prettier": "1.14.3",
    "react": "16.9.0",
    "react-art": "16.6.3",
    "react-dom": "16.9.0",
    "react-native": "0.61.5",
    "react-native-web": "0.11.4",
    "react-test-renderer": "16.9.0",
    "stylelint": "9.4.0",
    "stylelint-config-recommended": "2.1.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.3.2",
    "webpack": "4.30.0",
    "webpack-cli": "3.3.1"
  },
  "dependencies": {
    "@times-components/utils": "6.14.4",
    "prop-types": "15.7.2",
    "styled-components": "4.3.2"
  },
  "resolutions": {
    "react": "16.9.0",
    "react-dom": "16.9.0"
  },
  "peerDependencies": {
    "react": ">=16.9",
    "react-dom": ">=16.9",
    "react-native": ">=0.59",
    "react-native-web": "0.11.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "fe60c81e878283bf0ca451dd4806232f6cd104ee"
}
