react-temporal-picker
Version:
This package is no longer maintained, please use this one: [@temporal-picker/react](https://www.npmjs.com/package/@temporal-picker/react).
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "react-temporal-picker",
"version": "2.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:Apozhidaev/temporal-picker.git",
"author": "alexanderpo <alexander.pozhidaev@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"temporal",
"picker",
"datepicker",
"rangepicker",
"date",
"daterange",
"range",
"react"
],
"scripts": {
"build:ts": "tsc",
"build:esm": "esbuild src/index.ts --format=esm --bundle --outfile=dist/index.js --external:react* --external:@temporal-picker/*",
"build": "yarn run build:esm && yarn run build:ts"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"react-use-event-hook": "^0.9.3",
"@temporal-picker/custom-elements": "^0.0.9"
},
"devDependencies": {
"@types/react": "^18.0.26",
"esbuild": "^0.16.9",
"react": "^18.2.0",
"typescript": "^4.9.4"
}
}