@rehookify/datepicker
Version:
The ultimate tool to create a date, range and time picker in your React applications.
89 lines (88 loc) • 2.38 kB
JSON
{
"name": "@rehookify/datepicker",
"version": "6.6.8",
"description": "The ultimate tool to create a date, range and time picker in your React applications.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"jsnext:main": "dist/index.esm.mjs",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js"
}
},
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c ./rollup.config.js --bundleConfigAsCjs",
"dev": "rollup -c ./rollup.config.js -w --bundleConfigAsCjs",
"prebuild": "pnpm run clean",
"prepublishOnly": "pnpm run build",
"test": "vitest --run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rehookify/datepicker.git"
},
"keywords": [
"react",
"hook",
"react-hooks",
"typescript",
"date-picker",
"react-date-picker",
"date-picker-hook",
"react-date-picker-hook",
"range-picker",
"react-range-picker",
"range-picker-hook",
"react-range-picker-hook",
"time-picker",
"react-time-picker",
"time-picker-hook",
"react-time-picker-hook"
],
"author": "<pavel.feschenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rehookify/datepicker/issues"
},
"homepage": "https://github.com/rehookify/datepicker#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.0",
"jsdom": "^25.0.1",
"react": "^19.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.28.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18 || ^19"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
}
}