@benkotch/react-dropdown-date
Version:
Fork of react-dropdown-date with React 19 compatibility
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "@benkotch/react-dropdown-date",
"description": "Fork of react-dropdown-date with React 19 compatibility",
"version": "2.2.8-1",
"license": "MIT",
"keywords": [
"react-dropdown-date",
"dropdown-date",
"dropdown",
"date",
"date-picker",
"react",
"react-date"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/benkotch/react-dropdown-date.git"
},
"author": "Satyendra Singh <satyendra1529singh@gmail.com>, (Fork: Ben Kotch benkotch@gmail.com)",
"peerDependencies": {
"react": ">=16.8.0 <20.0.0",
"react-dom": ">=16.8.0 <20.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^2.79.2",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "^4.9.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "rollup -c -w"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/benkotch/react-dropdown-date/issues"
},
"homepage": "https://github.com/benkotch/react-dropdown-date"
}