{
  "name": "@softcenter/react-common-components",
  "version": "0.0.73",
  "repository": {
    "type": "git",
    "url": "https://github.com/SoftcenterTI/react-common-components.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "types": "dist/types/index.d.ts",
  "author": "Softcenter",
  "license": "MIT",
  "peerDependencies": {
    "react": "^17.0.2",
    "styled-components": "^5.3.5"
  },
  "scripts": {
    "rollup": "rollup -c",
    "test": "jest --passWithNoTests",
    "test:watch": "npm test -- --watch",
    "test:precommit": "npm test -- --findRelatedTests ./lib",
    "test:prepush": "npm test -- --coverage",
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "build:babel": "babel lib --out-dir dist --extensions .ts,.tsx",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx -c .eslintrc.json ./lib",
    "lint:fix": "yarn lint --fix",
    "lint-staged": "lint-staged",
    "prepare": "husky install",
    "dev": "start-storybook -p 6006",
    "prod": "yarn run test:prepush && yarn run prepublishOnly && npm publish",
    "build-storybook": "build-storybook",
    "prepublishOnly": "yarn build:babel && yarn build"
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": [
      "eslint 'lib/**' --fix"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.17.10",
    "@babel/plugin-transform-runtime": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "^7.17.9",
    "@faker-js/faker": "^7.5.0",
    "@parcel/packager-ts": "2.4.1",
    "@parcel/transformer-typescript-types": "2.4.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.2",
    "@storybook/addon-actions": "^6.4.22",
    "@storybook/addon-docs": "^6.5.0-alpha.64",
    "@storybook/addon-essentials": "^6.4.22",
    "@storybook/addon-interactions": "^6.4.22",
    "@storybook/addon-links": "^6.4.22",
    "@storybook/react": "^6.4.22",
    "@storybook/testing-library": "^0.0.9",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "12.1.4",
    "@types/jest": "^27.4.1",
    "@types/prop-types": "^15.7.4",
    "@types/react-is": "^17.0.3",
    "@types/styled-components": "^5.1.25",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "babel-jest": "^27.5.1",
    "babel-loader": "^8.2.4",
    "babel-plugin-styled-components": "^2.0.7",
    "cross-env": "^7.0.3",
    "eslint": "^8.12.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.4.0",
    "husky": "^7.0.0",
    "jest": "^27.5.1",
    "jest-styled-components": "^7.0.8",
    "lint-staged": "^12.3.7",
    "prettier": "^2.6.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-is": "^16.8.0",
    "rollup": "^2.72.0",
    "rollup-plugin-dts": "^4.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "styled-components": "^5.3.5",
    "typescript": "^4.6.3"
  },
  "dependencies": {}
}
