{
  "name": "@bdtrust-ui/component-library",
  "private": false,
  "workspaces": [
    "src/*",
    "generator-component"
  ],
  "version": "0.7.0",
  "description": "Component Library for Benefits Data Trust",
  "author": "Alban Bailly",
  "license": "MIT",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "files": [
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BenefitsDataTrust/ui-components"
  },
  "bugs": {
    "url": "https://github.com/BenefitsDataTrust/ui-components/issues"
  },
  "homepage": "https://github.com/BenefitsDataTrust/ui-components#readme",
  "scripts": {
    "build:components": "rm -rf build && cross-env NODE_ENV=production rollup -c rollup.config.components.js && rollup -c rollup.config.tailwind.js",
    "build:storybook": "build-storybook",
    "create:component": "cd generator-component && yo component && cd -",
    "lint:all": "yarn prettier && yarn tslint:check && yarn stylelint:check",
    "prettier": "prettier --write src/**/*.{js,ts,tsx,css}",
    "prettier:check": "prettier --list-different src/**/*.{js,ts,tsx,css}",
    "safe-push": "yarn test && yarn lint:all && yarn build:components",
    "start": "start-storybook -p 6006",
    "stylelint:check": "stylelint \"src/**/*.css\"",
    "test": "jest",
    "tslint:check": "tslint -c tslint.json 'src/**/*.{ts,tsx}'"
  },
  "husky": {
    "hooks": {
      "pre-push": [
        "npm run safe-push"
      ]
    }
  },
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@fullhuman/postcss-purgecss": "^2.0.5",
    "@storybook/preset-create-react-app": "^3.1.2",
    "@storybook/react": "^5.3.19",
    "@svgr/webpack": "^5.1.0",
    "@testing-library/jest-dom": "^5.0.2",
    "@testing-library/react": "^9.4.0",
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.4",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/jest": "^24.9.1",
    "@types/react": "^16.9.19",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/eslint-plugin-tslint": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "add": "^2.0.6",
    "autoprefixer": "^9.7.4",
    "babel-loader": "^8.0.6",
    "babel-preset-react-app": "^9.1.0",
    "classnames": "^2.2.6",
    "cross-env": "^7.0.0",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsdoc": "^25.4.2",
    "eslint-plugin-prefer-arrow": "^1.2.1",
    "husky": "^4.3.6",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^25.1.0",
    "lerna": "^3.22.1",
    "postcss-cli": "^7.1.0",
    "postcss-extend-rule": "^3.0.0",
    "postcss-import": "^12.0.1",
    "postcss-modules": "^3.2.0",
    "postcss-preset-env": "^6.7.0",
    "prettier": "1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "^3.4.1",
    "rollup": "^1.29.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.5",
    "rollup-plugin-react-svg": "^3.0.3",
    "rollup-plugin-tailwind": "^1.0.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "stylelint": "^13.0.0",
    "stylelint-config-css-modules": "^2.2.0",
    "stylelint-config-recommended": "^3.0.0",
    "tailwindcss": "^1.2.0",
    "ts-jest": "^25.0.0",
    "tslint": "^6.0.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.1.0",
    "tslint-react": "^5.0.0",
    "typescript": "^3.7.5",
    "typescript-plugin-css-modules": "^2.3.0",
    "webpack": "^4.41.5",
    "yarn": "^1.21.1"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "dependencies": {
    "react-number-format": "^4.4.1",
    "react-table": "^7.5.0"
  }
}
