@nebular/date-fns
Version:
@nebular/date-fns
42 lines • 886 B
JSON
{
"name": "@nebular/date-fns",
"version": "15.0.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/nebular.git"
},
"bugs": {
"url": "https://github.com/akveo/nebular/issues"
},
"homepage": "https://github.com/akveo/nebular#readme",
"keywords": [
"angular",
"typescript",
"ng2-admin",
"ngx-admin",
"theme",
"nebular"
],
"peerDependencies": {
"@nebular/theme": "15.0.0",
"date-fns": "^2.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/nebular-date-fns.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/nebular-date-fns.mjs"
}
}
}