{
  "name": "@urbica/ui-kit",
  "version": "0.6.0",
  "description": "Urbica UI Kit",
  "author": "Stepan Kuzmin <stepan@urbica.co>",
  "contributors": [
    "Andrey Bakhvalov <bakhvalov.andrey@gmail.com>",
    "Artem Boyur <gboyur@gmail.com>",
    "Stepan Kuzmin <stepan@urbica.co>"
  ],
  "repository": "git@github.com:urbica/ui-kit.git",
  "license": "MIT",
  "main": "dist/ui-kit.js",
  "scripts": {
    "start": "npm run styleguide",
    "lint": "eslint src test",
    "typecheck": "flow check src",
    "typecheck:coverage": "flow-coverage-report -i 'src/**/*.js' -t html",
    "test": "jest",
    "test:coverage": "jest --coverage && codecov",
    "build": "webpack-cli -p --config webpack.config.js",
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build",
    "styleguide:deploy": "gh-pages -m 'auto commit [ci skip]' -d styleguide",
    "cz": "git-cz",
    "release": "npm run build && standard-version",
    "prepublish": "npm run build",
    "postpublish": "npm run styleguide:build && npm run styleguide:deploy"
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/jest.setup.js"
    ],
    "moduleNameMapper": {
      "\\.(svg)$": "<rootDir>/__mocks__/fileMock.js"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "recompose": "^0.27.0",
    "styled-components": "^3.2.6"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^23.0.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "codecov": "^3.0.2",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.1.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.3",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-flowtype": "^2.43.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.8.2",
    "flow-bin": "^0.68.0",
    "flow-coverage-report": "^0.5.0",
    "gh-pages": "^1.1.0",
    "jest": "^22.4.4",
    "prop-types": "^15.6.1",
    "react": "^16.3.2",
    "react-docgen": "^2.20.1",
    "react-dom": "^16.3.2",
    "react-styleguidist": "^7.0.14",
    "recompose": "^0.27.1",
    "simulant": "^0.2.2",
    "standard-version": "^4.4.0",
    "styled-components": "^3.2.6",
    "svg-url-loader": "^2.3.2",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  }
}
