{
  "name": "@haaretz/hdc-theme",
  "version": "0.1.0",
  "description": "Style theme for haaretz.com app",
  "keywords": [],
  "author": "kedarguy",
  "license": "UNLICENSED",
  "repository": "Haaretz/htz-frontend",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/lib/index.js",
  "module": "dist/esm/index.js",
  "htzInternal": "src/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "htz-scripts build && yarn run distFlowTypes",
    "build:esm": "htz-scripts build:esm",
    "watch": "htz-scripts build:esm watch",
    "distFlowTypes": "htz-scripts distFlowTypes",
    "clean": "htz-scripts clean",
    "format": "htz-scripts format",
    "gc": "htz-scripts commitizen",
    "lint": "htz-scripts lint",
    "prepare": "npm run build",
    "sonarQube": "yarn test && sonar-scanner",
    "styleguide": "htz-scripts styleguide",
    "styleguide:build": "htz-scripts styleguide:build",
    "test": "htz-scripts test --coverage --coverageDirectory=output/coverage/jest",
    "update-scripts": "htz-scripts update-scripts"
  },
  "dependencies": {
    "@haaretz/fela-utils": "^0.2.4",
    "@haaretz/htz-css-tools": "^1.1.3",
    "config": "^1.26.2",
    "lodash": "^4.17.10",
    "prop-types": "^15.6.1"
  },
  "devDependencies": {
    "@haaretz/fela-utils": "^0.2.0",
    "@haaretz/htz-react-base": "^2.3.0",
    "babel-loader": "^8.0.0-beta.4",
    "enzyme-to-json": "^3.3.4",
    "fela": "^10.2.4",
    "jest-sonar-reporter": "^2.0.0",
    "react": "^16.8.2",
    "react-dom": "^16.8.2",
    "react-fela": "^10.2.4",
    "rimraf": "^2.6.2"
  },
  "peerDependencies": {
    "fela": "^10.2.4",
    "react": "^16.8.2",
    "react-dom": "^16.8.2",
    "react-fela": "^10.2.4"
  }
}
