UNPKG

date-input-control-react

Version:

Capture dates using day, month and year components in React

44 lines (43 loc) 1.04 kB
{ "name": "date-input-control-react", "version": "0.1.0", "description": "Capture dates using day, month and year components in React", "main": "index.js", "scripts": { "build": "tsc", "clean": "rimraf \"**.{js,d.ts}\"", "prepare": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/j-/date-input-control-react.git" }, "keywords": [ "date", "field", "component", "auto", "focus", "react", "dom" ], "author": "Jamie Hoeks <j@skeoh.com>", "license": "MIT", "bugs": { "url": "https://github.com/j-/date-input-control-react/issues" }, "homepage": "https://github.com/j-/date-input-control-react#readme", "devDependencies": { "@types/react": "^16.9.49", "react": "^16.8.0", "rimraf": "^3.0.2", "typescript": "^4.0.2" }, "dependencies": { "date-input-control": "^0.1.0" }, "peerDependencies": { "react": "^16.8.0" } }