diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..35bfccf --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +/images +/src +jest.config.js +tsconfig.json diff --git a/README.md b/README.md index 996a061..570443f 100644 --- a/README.md +++ b/README.md @@ -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.
- - Planby preview + + Planby preview + +
+
+ + Planby preview + +
+
+ + Planby preview
diff --git a/images/planby-conf-event.png b/images/planby-conf-event.png new file mode 100644 index 0000000..6765914 Binary files /dev/null and b/images/planby-conf-event.png differ diff --git a/images/planby-music-festival-event.png b/images/planby-music-festival-event.png new file mode 100644 index 0000000..300089e Binary files /dev/null and b/images/planby-music-festival-event.png differ diff --git a/images/planby-tv-vod.png b/images/planby-tv-vod.png new file mode 100644 index 0000000..f9c5c25 Binary files /dev/null and b/images/planby-tv-vod.png differ diff --git a/package.json b/package.json index 7726e12..e663f7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "planby", "author": "Karol Kozer", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "repository": { "type": "git", @@ -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": [ @@ -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" } }