{
  "name": "@coderbox/atoms",
  "version": "1.1.8",
  "description": "React Components used at @Coderbox",
  "main": "lib/coderbox-atoms.js",
  "scripts": {
    "prepare": "yarn build",
    "build": "webpack --env production",
    "start": "start-storybook -p 6005",
    "standard": "standard --parser typescript-eslint-parser --plugin typescript *.tsx",
    "build-storybook": "build-storybook",
    "deploy-storybook": "storybook-to-ghpages"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderboxapp/coderbox-atoms.git"
  },
  "keywords": [
    "react",
    "components"
  ],
  "standard": {
    "env": [
      "jest"
    ],
    "globals": [],
    "ignore": [
      "node_modules/**",
      "lib/**"
    ],
    "parser": "typescript-eslint-parser",
    "plugins": [ "typescript" ]
  },
  "author": "Ghiura Alexandru <ghalex@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "@coderbox/hocs": "^1.0.9",
    "@storybook/react": "^3.2.4",
    "@storybook/storybook-deployer": "^2.0.0",
    "awesome-typescript-loader": "^3.4.1",
    "babel-core": "^6.26.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-module-resolver": "^2.7.1",
    "babel-plugin-styled-components": "^1.1.7",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "eslint-plugin-typescript": "^0.8.1",
    "standard": "^10.0.3",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2",
    "typescript-eslint-parser": "^11.0.0",
    "webpack": "^3.5.4",
    "webpack-node-externals": "^1.6.0",
    "yargs": "^8.0.2"
  },
  "dependencies": {
    "@types/classnames": "^2.2.3",
    "@types/lodash": "^4.14.88",
    "@types/recompose": "^0.24.3",
    "@types/storybook__react": "^3.0.5",
    "classnames": "^2.2.5",
    "lodash": "^4.17.4",
    "react": "^16.x.x",
    "react-dom": "^16.x.x",
    "recompose": "^0.26.0",
    "styled-components": "^2.1.2",
    "styled-is": "^1.1.0",
    "styled-utils": "^1.3.2"
  }
}
