{
  "name": "@plasma-platform/quark-library",
  "version": "3.8.3",
  "description": "TemplateMonster private UI components built with React",
  "main": "lib/index.js",
  "sideEffect": false,
  "scripts": {
    "postversion": "git push && git push --tags",
    "version": "npm run build && git add . -A",
    "major": "npm version major && npm publish --tag latest --access public",
    "minor": "npm version minor && npm publish --tag latest --access public",
    "patch": "npm version patch && npm publish --tag latest --access public",
    "dopreminor": "npm version preminor && npm publish --tag next --access public",
    "dopremajor": "npm version premajor && npm publish --tag next --access public",
    "doprepatch": "npm version prepatch && npm publish --tag next --access public",
    "clean": "rimraf public lib",
    "build": "rimraf lib && NODE_ENV=production webpack-cli --verbose --progress --colors",
    "build:doc": "documentation build src/*.js* -o public -f html",
    "test": "export NODE_ENV=test && jest --no-cache",
    "test:watch": "export NODE_ENV=test && jest --no-cache --watch",
    "test:coverage": "export NODE_ENV=test && jest --no-cache --coverage",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint ./src/** --ext .jsx,.js --color -f stylish --fix",
    "lint:css": "stylelint './src/**/*.pcss' --color -r -f verbose --fix",
    "precommit": "lint-staged",
    "commitmsg": "commit-msg ${GIT_PARAMS}"
  },
  "lint-staged": {
    "*.{jsx,js}": [
      "eslint --fix --color -f stylish"
    ],
    "*.pcss": [
      "stylelint --fix --color -f verbose"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:TemplateMonster/PlasmaPlatform/Frontend/Plasma-QUARK-Library.git"
  },
  "keywords": [
    "TemplateMosnter",
    "FrontEnd",
    "React",
    "Components",
    "Library"
  ],
  "contributors": [
    {
      "name": "Vadym Shymko",
      "email": "vadimsh@templatemonster.me"
    },
    {
      "name": "Anton Nemtsev",
      "email": "thesilentimp@gmail.com",
      "url": "http://frontender.info/"
    }
  ],
  "license": "CC-BY-4.0",
  "peerDependencies": {
    "@plasma-platform/plasma-quark": "5.2.5",
    "@plasma-platform/tm-css": "^1.8.0",
    "react": "^16.3.0",
    "redux": "^3.7.2",
    "react-redux": "^5.0.6",
    "redux-form": "^7.1.2",
    "react-router-dom": "^4.2.2",
    "react-trigger-change": "^1.0.2",
    "moment": "^2.22.2"
  },
  "dependencies": {
    "@plasma-platform/plasma-currency-formatter": "0.0.7",
    "@plasma-platform/plasma-quark": "^5.2.3",
    "@plasma-platform/tm-css": "^1.9.0",
    "aproba": "^2.0.0",
    "classnames": "^2.2.6",
    "libphonenumber-js": "^1.4.4",
    "prop-types": "^15.6.1",
    "qs": "^6.5.2",
    "react-router-hash-link": "^1.2.0",
    "url-parse": "^1.4.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-export-namespace-from": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-stage-0": "^7.0.0",
    "@plasma-platform/tm-message-hook": "^2.0.12",
    "autoprefixer": "^8.6.5",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.2",
    "babel-plugin-react-css-modules": "^3.4.2",
    "css-loader": "^0.28.7",
    "documentation": "^8.1.2",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "eslint": "^4.10.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-import-resolver-alias": "^1.1.1",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^1.1.11",
    "glob": "^7.1.3",
    "husky": "^0.14.3",
    "jest": "^23.5.0",
    "json-loader": "^0.5.7",
    "lint-staged": "^7.2.2",
    "mini-css-extract-plugin": "^0.4.2",
    "moment": "^2.22.2",
    "nock": "^9.6.1",
    "npm-run-all": "^4.1.3",
    "postcss-conditionals": "^2.1.0",
    "postcss-discard-comments": "^4.0.0",
    "postcss-discard-duplicates": "^4.0.0",
    "postcss-discard-empty": "^4.0.0",
    "postcss-discard-overridden": "^4.0.0",
    "postcss-import": "^11.0.0",
    "postcss-loader": "^2.1.6",
    "postcss-merge-longhand": "^4.0.5",
    "postcss-merge-rules": "^4.0.1",
    "postcss-minify-font-values": "^4.0.0",
    "postcss-minify-gradients": "^4.0.0",
    "postcss-minify-params": "^4.0.0",
    "postcss-minify-selectors": "^4.0.0",
    "postcss-mixins": "^6.2.0",
    "postcss-nested": "^3.0.0",
    "postcss-normalize-display-values": "^4.0.0",
    "postcss-normalize-positions": "^4.0.0",
    "postcss-normalize-repeat-style": "^4.0.0",
    "postcss-normalize-string": "^4.0.0",
    "postcss-normalize-timing-functions": "^4.0.0",
    "postcss-normalize-unicode": "^4.0.0",
    "postcss-normalize-whitespace": "^4.0.0",
    "postcss-ordered-values": "^4.1.0",
    "postcss-reduce-initial": "^4.0.1",
    "postcss-reduce-transforms": "^4.0.0",
    "postcss-simple-vars": "^4.1.0",
    "postcss-unique-selectors": "^4.0.0",
    "prop-types": "^15.6.1",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.3.1",
    "react-trigger-change": "^1.0.2",
    "redux": "^4.0.0",
    "redux-form": "^7.4.0",
    "rimraf": "^2.6.2",
    "style-loader": "^0.21.0",
    "stylelint": "^9.5.0",
    "stylelint-scss": "^3.3.0",
    "stylelint-webpack-plugin": "^0.10.5",
    "svg-sprite-loader": "^3.9.2",
    "svgo": "^1.0.5",
    "svgo-loader": "^2.1.0",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "^1.1.1",
    "webpack": "^4.17.2",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.0",
    "webpack-node-externals": "^1.7.2"
  }
}
