{
  "name": "@gbm-tech/datepicker",
  "version": "0.1.12",
  "description": "GBM Tech & Control - Date Picker",
  "keywords": [
    "Date Picker",
    "GBM",
    "Tech",
    "&",
    "Control",
    "Component",
    "React"
  ],
  "author": "Kauan Coli <kauanneves1008@gmail.com>",
  "license": "MIT",
  "source": "src/index.ts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "directories": {
    "src": "src"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "prepublish": "yarn build"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@types/react": "^18.0.25",
    "@types/react-datepicker": "^4.8.0",
    "@types/react-dom": "^18.0.9",
    "autoprefixer": "^10.4.13",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.34.1",
    "tslib": "^2.4.1"
  },
  "dependencies": {
    "@gbm-tech/styles": "^0.1.15",
    "react-datepicker": "^4.10.0"
  },
  "gitHead": "f99967c6a8d5f7b711702dc027492dc2793688dc"
}
