daterange-picker-reactjs
Version:
A beautiful and customizable single date and date-range picker component for React.js applications
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "daterange-picker-reactjs",
"version": "1.0.9",
"description": "A beautiful and customizable single date and date-range picker component for React.js applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Omogiade Osaze Okpebho @GabOsaz",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"react": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git"
},
"keywords": [
"react",
"react-date-picker",
"react-date-range-picker",
"react-component",
"date-pop-up"
]
}