{
  "name": "factorial-components",
  "version": "1.1.42",
  "description": "library of factorial components",
  "main": "index.js",
  "scripts": {
    "build-storybook": "build-storybook",
    "build:clean": "rimraf dist",
    "build:lib": "webpack --config webpack/server.config.js && webpack --config webpack/client.config.js",
    "build": "npm run build:clean && npm run build:lib",
    "dev": "webpack --config webpack/server.config.js && webpack --config webpack/client.config.js",
    "flow": "flow --strip-root --color always",
    "format": "prettier-standard --print-width 60 \"src/**/*.{js,jsx}\"",
    "lint-fix": "eslint --fix --ext .jsx,.js src/ __tests__/",
    "lint": "eslint --ext .jsx,.js --cache src/ __tests__/",
    "test": "yarn flow && yarn lint && yarn jest",
    "jest": "jest",
    "precommit": "lint-staged",
    "prepublish": "npm run build",
    "storybook": "start-storybook -p 6006"
  },
  "lint-staged": {
    "src/**/*.js": [
      "prettier-standard",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/factorialco/factorial-components.git"
  },
  "author": "Factorial",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/factorialco/factorial-components/issues"
  },
  "homepage": "https://github.com/factorialco/factorial-components#readme",
  "devDependencies": {
    "@storybook/react": "^3.1.9",
    "autoprefixer": "7.1.2",
    "babel-core": "6.25.0",
    "babel-eslint": "7.2.3",
    "babel-jest": "20.0.3",
    "babel-loader": "7.1.1",
    "babel-plugin-tcomb": "0.3.26",
    "babel-plugin-transform-decorators-legacy": "1.3.4",
    "babel-plugin-transform-es2015-for-of": "6.23.0",
    "babel-plugin-transform-react-jsx-self": "6.22.0",
    "babel-plugin-transform-react-jsx-source": "6.22.0",
    "babel-preset-env": "1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "css-loader": "0.28.4",
    "eslint": "4.2.0",
    "eslint-config-standard": "10.2.1",
    "eslint-config-standard-jsx": "4.0.2",
    "eslint-config-standard-react": "5.0.0",
    "eslint-plugin-flowtype": "2.35.0",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-node": "5.1.0",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-react": "7.1.0",
    "eslint-plugin-standard": "3.0.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "0.11.2",
    "flow-bin": "^0.50.0",
    "husky": "0.14.3",
    "jest": "^20.0.4",
    "lint-staged": "4.0.2",
    "mobx-rest": "^2.2.1",
    "node-sass": "4.5.3",
    "postcss-flexbugs-fixes": "3.0.0",
    "postcss-loader": "2.0.6",
    "prettier-standard": "6.0.0",
    "rimraf": "2.6.1",
    "sass-loader": "6.0.6",
    "style-loader": "0.18.2",
    "tcomb": "3.2.21",
    "webpack": "3.3.0",
    "webpack-bundle-analyzer": "^2.8.3",
    "webpack-merge": "^4.1.0"
  },
  "dependencies": {
    "autobind-decorator": "2.1.0",
    "classnames": "^2.2.5",
    "factorial-form": "^0.1.0",
    "jquery": "^3.2.1",
    "lodash": "^4.17.4",
    "mobx": "^3.2.1",
    "mobx-react": "^4.2.2",
    "moment": "^2.18.1",
    "react": "15.6.1",
    "react-day-picker": "^6.1.0",
    "react-dom": "15.6.1",
    "react-dropzone": "^3.13.3",
    "react-portal": "^3.1.0",
    "react-router": "^4.1.2",
    "tcomb-react": "^0.9.3",
    "tether": "^1.4.0"
  }
}
