UNPKG

planby

Version:

<div align="center" style="margin-bottom: 10px"> <a href="https://www.npmjs.com/package/planby"> <img src="https://i.postimg.cc/J0XMPHNQ/planby-logo.png" alt="Planby logo" /> </a> </div>

92 lines (91 loc) 1.88 kB
{ "name": "planby", "author": "Karol Kozer", "version": "2.0.0", "license": "Custom License", "repository": { "type": "git", "url": "https://github.com/karolkozer/planby" }, "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": ">=19" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/planby.esm.js", "bundlewatch": { "files": [ { "path": "dist/planby.cjs.production.min.js", "maxSize": "30kB" }, { "path": "dist/planby.esm.js", "maxSize": "30kB" } ] }, "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "date-fns": "^2.28.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", "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" } }