@datepicker-react/hooks
Version:
React hooks for datepicker.
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "@datepicker-react/hooks",
"version": "2.8.4",
"description": "React hooks for datepicker.",
"keywords": [
"react",
"hooks",
"datepicker"
],
"author": "Miha Sedej <sedej.miha@gmail.com>",
"homepage": "https://github.com/tresko/react-datepicker/tree/master/packages/hooks",
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tresko/react-datepicker.git"
},
"scripts": {
"build": "../../node_modules/.bin/rollup -c rollup.config.js",
"build:watch": "yarn build -w",
"format": "../../node_modules/.bin/prettier --write \"src/**/*.+(ts|tsx)\"",
"tsc": "../../node_modules/.bin/tsc --noEmit",
"prebuild": "../../node_modules/.bin/rimraf lib"
},
"bugs": {
"url": "https://github.com/tresko/react-datepicker/issues"
},
"peerDependencies": {
"react": ">= 16.8.5"
},
"dependencies": {
"date-fns": "^2.14.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e830d181c2645264643a26f15afc9fd2affa6f58"
}