Skip to content

Commit

Permalink
Merge branch 'ChristiaanScheermeijer-feature/optimize-package-size' i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
karolkozer committed Jun 30, 2022
2 parents c231019 + 270cca0 commit d9774de
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/images
/src
jest.config.js
tsconfig.json
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,18 @@
Planby is a React based component for a quick implementation of Epg, schedules, live streaming, music events, timelines and many more ideas. It uses a custom virtual view which allows you to operate on a really big number of data. The component has a simple API that you can easily integrate with other third party UI libraries. The component theme is customised to the needs of the application design.

<div align="center" style="margin-bottom: 10px">
<a href="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-preview.png">
<img src="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-preview.png" alt="Planby preview" />
<a href="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-tv-vod.png">
<img src="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-tv-vod.png" alt="Planby preview" />
</a>
</div>
<div align="center" style="margin-bottom: 10px">
<a href="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-music-festival-event.png">
<img src="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-music-festival-event.png" alt="Planby preview" />
</a>
</div>
<div align="center" style="margin-bottom: 10px">
<a href="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-conf-event.png">
<img src="https://raw.githubusercontent.com/karolkozer/planby/master/images/planby-conf-event.png" alt="Planby preview" />
</a>
</div>

Expand Down
Binary file added images/planby-conf-event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/planby-music-festival-event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/planby-tv-vod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planby",
"author": "Karol Kozer",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,15 +60,7 @@
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/react": "^17.0.38",
"date-fns": "^2.28.0",
"husky": "^7.0.4",
"react": "^17.0.2",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"use-debounce": "^7.0.1"
},
"keywords": [
Expand All @@ -85,9 +77,16 @@
],
"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",
"ts-jest": "^27.1.3"
"size-limit": "^7.0.8",
"ts-jest": "^27.1.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
}
}

0 comments on commit d9774de

Please sign in to comment.