@date-io/dayjs
Version:
Abstraction over common javascript date management libraries
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "@date-io/dayjs",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
"typings": "build/index.d.ts",
"peerDependencies": {
"dayjs": "^1.8.17"
},
"peerDependenciesMeta": {
"dayjs": {
"optional": true
}
},
"dependencies": {
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"dayjs": "^1.8.17",
"rollup": "^2.0.2",
"typescript": "^5.0.0"
},
"scripts": {
"build": "rollup -c && tsc -p tsconfig.declaration.json"
},
"bugs": {
"url": "https://github.com/dmtrKovalenko/date-io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dmtrKovalenko/date-io"
},
"keywords": [
"date",
"time",
"date-io",
"picker",
"date-fns",
"moment",
"luxon",
"dayjs"
],
"author": {
"name": "Dmitriy Kovalenko",
"email": "dmtr.kovalenko@outlook.com"
},
"license": "MIT",
"gitHead": "2133e0dd314fa6d4144aad7bb8f272bc4ae67d38"
}