{
  "name": "@plasma-platform/plasma-quark",
  "sideEffects": false,
  "version": "5.2.7",
  "description": "TemplateMonster UI components built with React",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "postversion": "git push && git push --tags",
    "version": "npm run build",
    "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",
    "build": "rimraf lib && NODE_ENV=production webpack-cli -p --profile --progress --verbose",
    "build:lib": "rimraf lib && NODE_ENV=development webpack-cli --config webpack.css.config.js --verbose --progress --colors && NODE_ENV=production webpack-cli -p --profile --progress --verbose",
    "build:dev": "rimraf lib && NODE_ENV=development webpack-cli --config webpack.css.config.js --verbose --progress --colors && NODE_ENV=development webpack-cli --progress",
    "test": "jest --config jest.config.js",
    "test-coverage": "jest --config jest.config.js --coverage",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint  --fix ./src/** --ext .jsx,.js",
    "lint:css": "stylelint --fix src/**/*.*ss",
    "precommit": "lint-staged",
    "commitmsg": "commit-msg ${GIT_PARAMS}"
  },
  "lint-staged": {
    "*.{jsx,js}": [
      "eslint --fix"
    ],
    "*.*ss": [
      "stylelint --fix"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/TemplateMonster/PlasmaPlatform/Frontend/Plasma-QUARK.git"
  },
  "keywords": [
    "templatemonster",
    "react",
    "PLASMA-QUARK"
  ],
  "author": "TemplateMonster",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Plasma-Platform/Plasma-QUARK/issues"
  },
  "homepage": "https://github.com/Plasma-Platform/Plasma-QUARK/#readme",
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.3.1",
    "@plasma-platform/tm-css": "^1.8.0",
    "react-router-dom": "^4.2.2"
  },
  "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-transform-runtime": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@plasma-platform/tm-css": "^1.9.0",
    "@plasma-platform/tm-message-hook": "^2.0.12",
    "autoprefixer": "^8.6.5",
    "babel-plugin-react-css-modules": "^3.4.2",
    "css-loader": "^0.28.11",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "file-loader": "^1.1.11",
    "glob": "^7.1.3",
    "hasky": "^3.0.2",
    "husky": "^0.14.3",
    "i": "^0.3.6",
    "less": "^3.8.1",
    "less-loader": "^4.1.0",
    "lint-staged": "^7.2.2",
    "mini-css-extract-plugin": "^0.4.2",
    "npm": "^6.4.1",
    "npm-run-all": "^4.1.3",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "parcel-bundler": "^1.9.7",
    "postcss-color-function": "^4.0.1",
    "postcss-conditionals": "^2.1.0",
    "postcss-custom-media": "^6.0.0",
    "postcss-discard-comments": "^4.0.0",
    "postcss-discard-duplicates": "^4.0.0",
    "postcss-discard-empty": "^2.1.0",
    "postcss-discard-overridden": "^4.0.0",
    "postcss-discard-unused": "^4.0.0",
    "postcss-extend": "^1.0.5",
    "postcss-import": "^11.1.0",
    "postcss-inline-svg": "^3.1.1",
    "postcss-loader": "^2.1.6",
    "postcss-media-minmax": "^3.0.0",
    "postcss-merge-idents": "^4.0.0",
    "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-partial-import": "^4.1.0",
    "postcss-property-lookup": "^2.0.0",
    "postcss-reduce-idents": "^4.0.0",
    "postcss-reduce-initial": "^4.0.1",
    "postcss-reduce-transforms": "^4.0.0",
    "postcss-safe-parser": "^3.0.1",
    "postcss-sass": "^0.3.3",
    "postcss-simple-vars": "^4.1.0",
    "postcss-svg": "^2.4.0",
    "postcss-unique-selectors": "^4.0.0",
    "prop-types": "^15.6.2",
    "react": "^16.5.0",
    "react-router-dom": "^4.2.2",
    "style-loader": "^0.21.0",
    "stylelint": "^9.5.0",
    "stylelint-scss": "^3.3.0",
    "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-cli": "^3.1.0",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.2",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.15",
    "classnames": "^2.2.6",
    "color-hash": "^1.0.3",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "is-retina": "^1.0.3",
    "md5": "^2.2.1",
    "nearest-color": "^0.4.2",
    "postcss-syntax": "^0.30.0",
    "react-dom": "^16.5.0"
  }
}
