51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@date-io/luxon",
|
|
"version": "2.17.0",
|
|
"description": "Abstraction over common javascript date management libraries",
|
|
"main": "build/index.js",
|
|
"module": "build/index.esm.js",
|
|
"typings": "build/index.d.ts",
|
|
"scripts": {
|
|
"build": "rollup -c && tsc -p tsconfig.declaration.json"
|
|
},
|
|
"peerDependencies": {
|
|
"luxon": "^1.21.3 || ^2.x || ^3.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"luxon": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@date-io/core": "^2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^1.27.1",
|
|
"luxon": "^3.0.4",
|
|
"rollup": "^2.0.2",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"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"
|
|
],
|
|
"author": {
|
|
"name": "Dmitriy Kovalenko",
|
|
"email": "dmtr.kovalenko@outlook.com"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "e497a04c456f04211c8b0877d002c85e72ea98a2"
|
|
}
|