nessprim-planby-pro/package.json

77 lines
1.4 KiB
JSON

{
"name": "@nessprim/planby-pro",
"author": "Karol Kozer",
"version": "3.10.0",
"license": "Custom License",
"repository": {
"type": "git",
"url": "https://github.com/Nessprim/planby-pro"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"homepage": "https://planby.app",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/planby"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/planby-pro.esm.js",
"bundlewatch": {
"files": [
{
"path": "dist/planby-pro.cjs.production.min.js",
"maxSize": "26kB"
},
{
"path": "dist/planby-pro.esm.js",
"maxSize": "56kB"
}
]
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^2.0.0",
"use-debounce": "^7.0.1"
},
"keywords": [
"epg",
"schedule",
"harmongram",
"react",
"hooks",
"electronic",
"program",
"guide",
"timeline",
"events"
],
"devDependencies": {
}
}