{
  "name": "cod-ui",
  "version": "0.0.0-development",
  "description": "React UI components for web applications",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d core --ignore **/*.test.js",
    "prepare": "npm run build",
    "fix": "npm run format && npm run lint -- --fix",
    "format": "prettier --write \"**/*.{json,css,scss,md,html}\"",
    "lint": "eslint .",
    "lint:commit": "commitlint-travis",
    "lint:md": "markdownlint -i node_modules -i build .",
    "test": "jest --watchAll --verbose=true",
    "test:ci": "jest --verbose=true --silent --ci --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codfish/cod-ui.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codfish/cod-ui/issues"
  },
  "files": [
    "core"
  ],
  "jest": {
    "setupFilesAfterEnv": [
      "./setupTests.js"
    ]
  },
  "homepage": "https://github.com/codfish/cod-ui#readme",
  "peerDependencies": {
    "@material-ui/core": "4.x",
    "@material-ui/icons": "4.x",
    "@material-ui/styles": "4.x",
    "react": "*",
    "react-dom": "*",
    "react-redux": "*",
    "react-router-dom": "*",
    "redux": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@commitlint/travis-cli": "^8.0.0",
    "@testing-library/react": "^8.0.1",
    "babel-jest": "^24.7.1",
    "eslint": "^5.15.2",
    "eslint-config-codfish": "^2.5.0",
    "husky": "^2.4.1",
    "jest": "^24.7.1",
    "jest-dom": "^3.5.0",
    "lint-staged": "^8.2.0",
    "markdownlint-cli": "^0.17.0",
    "prettier": "^1.18.2"
  },
  "dependencies": {
    "@devexpress/dx-core": "^2.0.0",
    "@devexpress/dx-grid-core": "^2.0.0",
    "@devexpress/dx-react-core": "^2.0.0",
    "@devexpress/dx-react-grid": "^2.0.0",
    "@devexpress/dx-react-grid-material-ui": "^2.0.0",
    "@material-ui/core": "^4.1.1",
    "@material-ui/icons": "^4.2.0",
    "@material-ui/styles": "^4.1.1",
    "classnames": "^2.2.6",
    "lodash": "^4.17.11",
    "notistack": "^0.8.6",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-redux": "^7.1.0",
    "react-router-dom": "^5.0.0",
    "redux": "^4.0.1"
  }
}
