{
  "name": "klara-ui",
  "version": "11.5.2",
  "description": "A shared library for the klara components and interface",
  "author": "Bonnier News",
  "main": "dist/index.js",
  "scripts": {
    "build:styles": "cd style && stylus < styles.styl > ../dist/styles.css",
    "build:watch": "npm run build -- --watch",
    "build": "npm run build:styles && babel lib --out-dir dist",
    "bump": "bump --prompt --tag --push",
    "clean": "rm -rf dist && mkdir dist",
    "eslint:fix": "eslint --ignore-path .gitignore --fix --ext .js,.jsx .",
    "eslint": "eslint --ignore-path .gitignore --ext .js,.jsx .",
    "lint": "npm run eslint && npm run stylint",
    "np": "np --no-yarn",
    "precommit": "lint-staged",
    "prepare": "npm run build",
    "prepublishOnly": "npm run clean && npm run build",
    "prepush": "npm test",
    "site:build": "./site/scripts/buildSketchPalette.js && cd site && webpack",
    "site:publish": "npm run site:build && gh-pages -d site/dist",
    "site:start": "cd site && webpack serve --port 8090 --content-base ./site/dist",
    "start": "npm run build:watch",
    "stylint": "stylint lib",
    "tdd": "npm run test:unit -- --watch --reporter min",
    "test:click": "mocha ./clicktests/**/*Tests.js",
    "test:unit": "mocha --require @babel/register ./lib/**/*Tests.js --require mochaClientSetup.js",
    "test": "npm run test:unit"
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "prettier --write",
      "eslint",
      "git add"
    ],
    "*.styl": [
      "stylus-supremacy format --options .stylintrc --replace",
      "git add"
    ]
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "browsers": [
              "chrome > 54",
              "ff > 52",
              "edge > 14"
            ]
          }
        }
      ],
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-object-rest-spread",
      "@babel/plugin-proposal-class-properties",
      "babel-plugin-styled-components"
    ]
  },
  "pre-push": [
    "eslint",
    "stylint",
    "test"
  ],
  "files": [
    "dist",
    "style",
    "lib"
  ],
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/eslint-parser": "^7.12.13",
    "@babel/eslint-plugin": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "@babel/preset-react": "^7.12.13",
    "@babel/register": "^7.12.13",
    "@babel/runtime": "^7.12.13",
    "babel-loader": "^8.2.2",
    "babel-plugin-styled-components": "^1.12.0",
    "chai": "^4.2.0",
    "chai-enzyme": "^1.0.0-beta.1",
    "cheerio": "1.0.0-rc.1",
    "copy-webpack-plugin": "^7.0.0",
    "css-loader": "^5.0.1",
    "dirty-chai": "^2.0.1",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.19.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-mocha-cleanup": "^1.9.1",
    "eslint-plugin-react": "^7.22.0",
    "gh-pages": "^1.2.0",
    "html-webpack-plugin": "^5.0.0",
    "husky": "^0.14.3",
    "jsdom": "^11.12.0",
    "lint-staged": "^6.1.1",
    "mini-css-extract-plugin": "^1.3.5",
    "mocha": "^4.0.1",
    "pre-push": "^0.1.1",
    "prettier": "^1.19.1",
    "prop-types": "^15.7.2",
    "react": "^16.14.0",
    "react-addons-test-utils": "^16.0.0-alpha.3",
    "react-dom": "^16.14.0",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-svg-loader": "^3.0.3",
    "react-test-renderer": "^16.14.0",
    "react-transition-group": "^2.9.0",
    "recompose": "^0.26.0",
    "sinon": "^4.5.0",
    "sinon-chai": "^2.9.0",
    "style-loader": "^0.19.0",
    "stylint": "^2.0.0",
    "stylint-stylish": "^1.4.1",
    "stylus": "^0.54.8",
    "stylus-loader": "^5.0.0",
    "stylus-supremacy": "^2.15.0",
    "uuid": "^3.4.0",
    "version-bump-prompt": "^4.3.0",
    "webpack": "^5.20.1",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2"
  },
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-transition-group": "^2.2.1"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "react-beautiful-dnd": "^7.1.3",
    "react-dategrid": "0.0.3-6",
    "react-outside-click-handler": "^1.3.0",
    "react-syntax-highlighter": "^15.4.3",
    "styled-components": "^5.2.1"
  }
}
