nessprim-planby-pro/package.json
2024-08-04 16:14:27 -06:00

97 lines
2 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": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build && bundlewatch",
"size": "bundlewatch",
"test:watch": "jest --watchAll"
},
"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": {
"@faker-js/faker": "^6.1.2",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"bundlewatch": "^0.3.3",
"husky": "^7.0.4",
"jest": "^27.5.1",
"size-limit": "^7.0.8",
"ts-jest": "^27.1.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
}
}