{
  "name": "@app-soga/base",
  "private": false,
  "version": "1.1.1",
  "description": "Base components Soga",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "rebuild": "yarn test && yarn build",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "test": "jest",
    "preversion": "npm test",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alejandro-devop/soga-form-controls"
  },
  "keywords": [],
  "author": "Alejandro Quiroz <alejandro.devop@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alejandro-devop/soga-form-controls"
  },
  "homepage": "https://github.com/alejandro-devop/soga-form-controls",
  "devDependencies": {
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@fortawesome/fontawesome-free": "^5.15.1",
    "@testing-library/react": "^11.2.6",
    "@types/jest": "^26.0.22",
    "@types/react": "^17.0.6",
    "@types/react-dom": "^17.0.3",
    "@types/react-select": "^4.0.15",
    "@types/styled-components": "^5.1.9",
    "babel-core": "^6.26.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "bootstrap": "^4.5.3",
    "bootstrap-daterangepicker": "^3.1.0",
    "bootstrap-social": "^5.1.1",
    "eslint-config-prettier": "^8.2.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.23.2",
    "jest": "^26.6.3",
    "jquery": "^3.5.1",
    "moment": "^2.29.1",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "react-bootstrap-daterangepicker": "^7.0.0",
    "react-dom": "^17.0.2",
    "reactstrap": "^8.6.0",
    "regenerator-runtime": "^0.13.7",
    "rollup": "^2.45.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "typescript": "^4.2.4"
  },
  "peerDependencies": {
    "@app-soga/forms": "^1.0.8",
    "@fortawesome/fontawesome-free": "^5.15.1",
    "bootstrap": "^4.5.3",
    "bootstrap-daterangepicker": "^3.1.0",
    "bootstrap-social": "^5.1.1",
    "jquery": "^3.5.1",
    "moment": "^2.29.1",
    "react": "^17.0.2",
    "react-bootstrap-daterangepicker": "^7.0.0",
    "react-calendar": "^3.1.0",
    "react-dom": "^17.0.2",
    "react-json-api-client": "^1.3.1",
    "react-loading-skeleton": "^2.2.0",
    "reactstrap": "^8.6.0",
    "styled-components": "^5.3.0",
    "yup": "^0.32.9"
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/src/setupTests.js"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/dist/"
    ],
    "testPathIgnorePatterns": [
      "dist"
    ]
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "dependencies": {
    "@app-soga/forms": "^1.0.8",
    "@app-soga/hooks": "^1.0.0",
    "react-loading-skeleton": "^2.2.0",
    "styled-components": "^5.3.0",
    "yup": "^0.32.9"
  }
}
