react-select-date
Version:
A React Calendar that consists of between single-date, multiple-date, range and slots booking features
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "react-select-date",
"version": "0.1.2",
"description": "A React Calendar that consists of between single-date, multiple-date, range and slots booking features",
"author": "Ranjith",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ranjithvbr/react-select-date.git"
},
"bugs": {
"url": "https://github.com/ranjithvbr/react-select-date/issues"
},
"homepage": "https://github.com/ranjithvbr/react-select-date#readme",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {
"tslib": "^2.3.1"
},
"peerDependencies": {
"react": ">= 16.8.0 < 2",
"react-dom": ">= 16.8.0 < 2"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^4.3.5"
},
"files": [
"dist"
],
"keywords": [
"react",
"date",
"range",
"calendar",
"datepicker",
"rangepicker",
"slotBooking",
"Booking"
]
}