{
  "name": "edumonk-components",
  "version": "1.4.0",
  "main": "./lib",
  "author": "Bipin Bhandari",
  "license": "MIT",
  "scripts": {
    "start": "parcel index.html",
    "watch": "parcel watch index.html",
    "build": "parcel build index.html",
    "fix:assets": "yarn prettier --write",
    "fix:code": "yarn test:code --fix",
    "fix": "yarn fix:code && yarn fix:assets",
    "prettier": "prettier --ignore-path .gitignore  \"**/*.{json,md,scss}\"",
    "eslint": "eslint --fix",
    "test:code": "eslint --ignore-path .gitignore --ignore-path .prettierignore \"**/*.{js,jsx}\"",
    "lint": "npm run eslint --fix --ext js --ext jsx --ext json .",
    "test": "jest",
    "precommit": "lint-staged",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "transpile": "rm -rf lib && BABEL_ENV=transpile babel './src/modules/common' -d lib --copy-files",
    "prepublishOnly": "npm run transpile"
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "eslint --fix",
      "git add"
    ],
    "*.{json,md,scss}": [
      "prettier --write",
      "git add"
    ]
  },
  "peerDependencies": {
    "antd": "^3.8.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-router": "^4.2.0",
    "react-router-dom": "^4.2.2",
    "styled-components": "^3.2.6"
  },
  "dependencies": {
    "antd": "^3.6.3",
    "autoprefixer": "^8.4.1",
    "classnames": "^2.2.5",
    "node-sass": "^4.9.0",
    "postcss-modules": "^1.1.0",
    "prop-types": "^15.6.1",
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0",
    "react-router-dom": "^4.3.1",
    "src": "^1.1.2"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^4.0.0-alpha.4",
    "@storybook/addon-links": "^4.0.0-alpha.4",
    "@storybook/addons": "^4.0.0-alpha.4",
    "@storybook/react": "^4.0.0-alpha.4",
    "babel-cli": "^6.26.0",
    "babel-core": "6",
    "babel-eslint": "^8.2.3",
    "babel-plugin-css-modules-transform": "^1.6.1",
    "babel-plugin-import": "^1.8.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-runtime": "^7.0.0-beta.3",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "2.9.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-json": "^1.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "2.6.0",
    "eslint-plugin-react": "^7.7.0",
    "husky": "^0.14.3",
    "jest": "^22.4.3",
    "lint-staged": "^7.0.5",
    "parcel-bundler": "^1.7.1",
    "prettier": "1.12.1"
  }
}
