{
  "name": "gv-component-library",
  "version": "1.0.29",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "repository": "https://github.com/s-barrah/gv-component-library.git",
  "author": "Sidney Barrah",
  "license": "ISC",
  "jest": {
    "verbose": true,
    "testPathIgnorePatterns": [
      "<rootDir>/dist/",
      "<rootDir>/node_modules/"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "ts",
      "tsx"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/fileMock.js",
      "\\.(scss|css|less)$": "<rootDir>/styleMock.js"
    }
  },
  "dependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/node": "^7.10.1",
    "@fortawesome/fontawesome-svg-core": "^1.2.28",
    "@fortawesome/free-solid-svg-icons": "^5.13.0",
    "@fortawesome/react-fontawesome": "^0.1.9",
    "@testing-library/jest-dom": "^5.7.0",
    "@testing-library/react": "^10.0.4",
    "@testing-library/user-event": "^10.3.1",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.1",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/styled-components": "^5.1.0",
    "jest-css-modules-transform": "^4.0.0",
    "lazysizes": "^5.2.1-rc2",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.27",
    "node-sass": "^4.13.1",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-currency-format": "^1.0.0",
    "react-dom": "^16.12.0",
    "react-moment": "^0.9.7",
    "react-scripts": "^3.4.1",
    "react-styleguidist": "^11.0.6",
    "react-test-renderer": "^16.12.0",
    "semantic-release-cli": "^5.3.1",
    "styled-components": "^5.0.0",
    "typescript": "^3.9.2"
  },
  "scripts": {
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build",
    "build": "rimraf ./dist && NODE_ENV=production tsc",
    "typecheck": "tsc --noEmit",
    "test": "yarn run jest --collectCoverage",
    "test:watch": "yarn run jest --watch",
    "test:update": "yarn run jest -u",
    "test:no-warnings": "yarn run jest --watch --silent",
    "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix"
  },
  "types": "dist/index.d.ts",
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@types/source-map": "^0.5.7",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-jest": "^25.1.0",
    "babel-plugin-styled-components": "^1.10.6",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.4",
    "husky": "^4.2.5",
    "jest": "^25.1.0",
    "jest-styled-components": "^7.0.0",
    "lint-staged": "^10.2.7",
    "prettier": "^2.0.5",
    "react-docgen-typescript": "^1.16.2",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.0.7",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.2",
    "typescript-plugin-styled-components": "^1.4.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx,json,css,scss}": [
      "prettier --single-quote --write",
      "eslint --fix"
    ]
  },
  "files": [
    "dist"
  ]
}
