{
  "name": "@times-components/article-skeleton",
  "version": "1.91.5",
  "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": "jest --config='./__tests__/jest.config.js'",
    "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": "5.3.18",
    "@storybook/addon-knobs": "5.3.18",
    "@storybook/react": "5.3.18",
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/jest-configurator-web": "0.8.0",
    "@times-components/jest-serializer": "3.5.1",
    "@times-components/provider-test-tools": "1.27.0",
    "@times-components/storybook": "4.5.6",
    "@times-components/tealium-utils": "0.8.0",
    "@times-components/test-utils": "2.4.0",
    "@times-components/webpack-configurator": "2.1.0",
    "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.21.7",
    "@times-components/article-extras": "0.19.25",
    "@times-components/article-image": "7.13.2",
    "@times-components/article-paragraph": "1.8.37",
    "@times-components/article-topics": "4.7.10",
    "@times-components/caption": "3.3.8",
    "@times-components/context": "1.10.5",
    "@times-components/interactive-wrapper": "0.9.9",
    "@times-components/key-facts": "2.11.23",
    "@times-components/lazy-load": "0.7.5",
    "@times-components/link": "3.11.6",
    "@times-components/markup": "3.7.7",
    "@times-components/markup-forest": "1.9.0",
    "@times-components/message-bar": "0.7.7",
    "@times-components/provider-queries": "2.18.0",
    "@times-components/pull-quote": "3.10.7",
    "@times-components/save-and-share-bar": "0.15.6",
    "@times-components/sticky": "0.5.7",
    "@times-components/tracking": "2.15.0",
    "@times-components/ts-components": "1.61.0",
    "@times-components/ts-styleguide": "1.37.6",
    "@times-components/typeset": "0.3.0",
    "@times-components/user-state": "0.4.7",
    "@times-components/utils": "6.15.6",
    "@times-components/video": "4.13.9",
    "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"
  }
}
