{
  "name": "@codeparticle/whitelabelwallet.styleguide",
  "version": "0.5.18",
  "description": "Styleguide for the CodeParticle White Label Wallet",
  "main": "dist/index.js",
  "files": [
    "dist",
    "styles"
  ],
  "keywords": [
    "codeparticle",
    "whitelabelwallet.styleguide",
    "react"
  ],
  "author": "Ericky Dos Santos <ericky@codeparticle.com>",
  "license": "MIT",
  "homepage": "https://bitbucket.org/CodeParticle/whitelabelwallet.styleguide/src",
  "repository": "bitbucket:CodeParticle/whitelabelwallet.styleguide",
  "scripts": {
    "start": "start-storybook -p 3010 -c .storybook -s .",
    "lint": "eslint --ignore-path .gitignore . && stylelint --ignore-path .gitignore \"**/*.scss\"",
    "build": "npm run build:clean && node ./process-svgs.js --run && npm run build:js && npm run build:copy-styles",
    "build:clean": "rimraf ./src/svgs/generated dist styles",
    "build:js": "cross-env BABEL_ENV=es babel src --out-dir dist --delete-dir-on-start --copy-files",
    "build:css-styles": "cross-env POSTCSS_ENV=dist postcss \"src/styles/index.scss\" --output dist/styles/index.scss",
    "build:copy-styles": "cpr src/styles dist/styles -f -o && node ./build-styles-alias.js",
    "prepublish": "npm t && npm run lint && npm run build",
    "release:major": "standard-version --release-as major",
    "release:minor": "standard-version --release-as minor",
    "release:patch": "standard-version --release-as patch",
    "test": "exit 0",
    "preview": "preview"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "7.3.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/config-conventional": "^7.6.0",
    "@types/marked": "^0.6.5",
    "@types/storybook__addon-actions": "^3.4.3",
    "@types/storybook__addon-knobs": "5.0.1",
    "@types/storybook__react": "^4.0.2",
    "babel-eslint": "^10.0.2",
    "babel-loader": "8.0.5",
    "babel-plugin-css-modules-transform": "^1.6.2",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "commitlint": "^7.6.1",
    "cpr": "^3.0.1",
    "cross-env": "^5.2.0",
    "css-hot-loader": "^1.4.4",
    "eslint": "^5.15.1",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jest": "^22.7.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "extra-watch-webpack-plugin": "^1.0.3",
    "extract-text-webpack-plugin": "^3.0.2",
    "husky": "^2.7.0",
    "lint-staged": "^8.2.1",
    "node-sass": "^7.0.0",
    "package-preview": "^2.0.0",
    "postcss-cli": "^6.1.2",
    "rimraf": "^2.6.3",
    "sass-loader": "^6.0.7",
    "standard-version": "^8.0.1",
    "styled-jsx-plugin-sass": "^1.0.0",
    "stylelint": "^10.0.1",
    "stylelint-config-standard": "^18.3.0",
    "stylelint-order": "^3.0.1",
    "svg-css-modules-loader": "^1.6.1"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0",
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "standard-version": {
    "scripts": {
      "posttag": "git push --follow-tags origin master"
    },
    "types": [
      {
        "type": "feature",
        "section": "Features"
      },
      {
        "type": "bugfix",
        "section": "Bug Fixes"
      },
      {
        "type": "test",
        "hidden": "Tests"
      },
      {
        "type": "misc",
        "hidden": true
      }
    ],
    "commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commits/{{hash}}"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "./src/components/**/*.scss": [
      "stylelint --fix",
      "git add"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "type-enum": [
        2,
        "always",
        [
          "feature",
          "bugfix",
          "test",
          "misc",
          "hotfix"
        ]
      ]
    }
  },
  "dependencies": {
    "@codeparticle/react-sidenav": "^0.3.2",
    "@codeparticle/react-visible": "^1.4.0",
    "@sambego/storybook-state": "1.3.4",
    "@storybook/addon-actions": "5.1.3",
    "@storybook/addon-backgrounds": "5.1.3",
    "@storybook/addon-knobs": "5.1.3",
    "@storybook/addon-options": "5.1.3",
    "@storybook/react": "5.1.3",
    "cancel.it": "^0.1.1",
    "case": "^1.6.1",
    "classnames": "^2.2.6",
    "colorcolor": "^1.1.1",
    "hammerjs": "^2.0.8",
    "keyboard-only-outlines": "^1.0.4",
    "lodash": "^4.17.11",
    "marked": "^4.0.10",
    "memoize-one": "^5.0.4",
    "normalize.css": "^8.0.1",
    "postcss-import": "^12.0.1",
    "postcss-scss": "^2.0.0",
    "postcss-url": "^8.0.0",
    "prism-react-renderer": "^0.1.7",
    "prop-types": "^15.7.2",
    "proper-on-transition-end": "^0.3.1",
    "qrcode": "^1.4.1",
    "rc-slider": "^8.6.13",
    "react-image": "^2.1.3",
    "react-modal": "^3.9.1",
    "react-popper": "^1.0.0",
    "react-router": "^5.0.1",
    "react-router-dom": "^5.0.1",
    "react-select": "^2.4.4",
    "react-tooltip": "^3.10.0",
    "react-transition-group": "^4.2.0",
    "scrollbar-compensate": "^0.2.2",
    "storybook-readme": "5.0.2",
    "styled-jsx": "^3.2.1",
    "uuid": "^3.3.2",
    "victory": "^32.3.3"
  }
}
