{
  "name": "datepicker-react-lib",
  "version": "0.3.3",
  "description": "Datepicker library for react",
  "keywords": ["react", "datepicker-library", "pikaday", "javascript", "jsx"],
  "author": "Mbformation",
  "repository": {
  "type": "git",
  "url": "https://github.com/Mbformation/P14-DatePicker_React_Lib.git"
},
  "license": "MIT",
  "main": "dist/index.jsx",
  "module": "dist/index.es.jsx",
  "dependencies": {
    "moment": "^2.30.1",
    "pikaday": "^1.8.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "@babel/preset-react": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "rollup": "^2.79.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2"
  }
}
