{
  "name": "@times-components/article-skeleton",
  "version": "1.182.21",
  "description": "The article skeleton",
  "main": "dist/article-skeleton",
  "dev": "src/article-skeleton",
  "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",
    "prepublishOnly": "yarn transpile && yarn bundle",
    "test:web": "TZ=UTC jest --config='./__tests__/jest.config.js' --updateSnapshot",
    "test:web:updatesnapshot": "TZ=UTC yarn test:web -u",
    "cleanup-dist": "rm -rf dist",
    "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
    "transpile": "yarn cleanup-dist && babel src -d dist",
    "bundle": "NODE_ENV=production webpack -p"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react",
    "article",
    "skeleton",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@babel/core": "7.4.4",
    "@storybook/addon-actions": "6.5.16",
    "@storybook/addon-knobs": "6.4.0",
    "@storybook/react": "6.5.16",
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/jest-configurator-web": "0.8.2",
    "@times-components/jest-serializer": "3.18.21",
    "@times-components/provider-test-tools": "1.33.3",
    "@times-components/storybook": "4.16.40",
    "@times-components/tealium-utils": "0.9.1",
    "@times-components/test-utils": "2.4.2",
    "@times-components/webpack-configurator": "2.1.1",
    "babel-jest": "24.8.0",
    "babel-loader": "8.0.5",
    "depcheck": "0.6.9",
    "enzyme": "3.9.0",
    "eslint": "5.9.0",
    "jest": "24.8.0",
    "jest-styled-components": "6.3.1",
    "mockdate": "3.0.5",
    "prettier": "1.14.3",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-test-renderer": "16.9.0",
    "stylelint": "9.4.0",
    "webpack": "4.30.0"
  },
  "dependencies": {
    "@times-components/ad": "2.24.15",
    "@times-components/article-extras": "0.41.66",
    "@times-components/article-image": "7.20.49",
    "@times-components/article-paragraph": "1.23.0",
    "@times-components/article-topics": "4.11.117",
    "@times-components/caption": "3.8.117",
    "@times-components/context": "1.38.0",
    "@times-components/interactive-wrapper": "0.9.154",
    "@times-components/key-facts": "2.13.104",
    "@times-components/lazy-load": "0.34.0",
    "@times-components/link": "3.18.47",
    "@times-components/markup": "3.9.62",
    "@times-components/markup-forest": "1.9.2",
    "@times-components/message-bar": "0.7.149",
    "@times-components/provider-queries": "2.29.0",
    "@times-components/pull-quote": "3.15.104",
    "@times-components/save-and-share-bar": "0.29.63",
    "@times-components/sticky": "0.5.146",
    "@times-components/tracking": "2.27.22",
    "@times-components/ts-components": "1.171.0",
    "@times-components/ts-styleguide": "1.56.41",
    "@times-components/typeset": "0.3.3",
    "@times-components/user-state": "0.7.49",
    "@times-components/utils": "6.45.0",
    "@times-components/video": "4.19.66",
    "lodash.get": "4.4.2",
    "lodash.pick": "4.4.0",
    "memoize-one": "5.1.1",
    "mockdate": "3.0.5",
    "prop-types": "15.7.2",
    "react-helmet-async": "1.0.2",
    "styled-components": "4.3.2"
  },
  "resolutions": {
    "react": "16.9.0",
    "react-dom": "16.9.0"
  },
  "peerDependencies": {
    "react": ">=16.9",
    "react-dom": ">=16.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4027f8ce864d402b0be76ee5b82938e28d171e4f"
}
