Skip to content

Commit

Permalink
build(examples): update all example pkg files (add desc)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 1, 2020
1 parent 749d2cd commit a99228a
Show file tree
Hide file tree
Showing 73 changed files with 99 additions and 130 deletions.
5 changes: 0 additions & 5 deletions examples/dashboard/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions examples/dashboard/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions examples/dashboard/index.html

This file was deleted.

26 changes: 0 additions & 26 deletions examples/dashboard/package.json

This file was deleted.

38 changes: 0 additions & 38 deletions examples/dashboard/src/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/dashboard/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions examples/devcards/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "devcards",
"description": "BMI calculator in a devcards format",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/geom-convex-hull/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "geom-convex-hull",
"description": "Convex hull & shape clipping of 2D polygons",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/geom-knn/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "geom-knn",
"description": "Doodle w/ K-nearest neighbor search result visualization",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/geom-tessel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "geom-tessel",
"description": "Animated, recursive polygon tessellations",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/grid-iterators/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "grid-iterators",
"description": "Visualization of different grid iterator strategies",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-basics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-basics",
"description": "Minimal hdom usage example",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-benchmark",
"description": "hdom update performance benchmark (old version)",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-benchmark2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-benchmark2",
"description": "hdom update performance benchmark w/ config options",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-canvas-clock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdom-canvas-clock",
"version": "0.0.1",
"description": "Realtime clock demo for @thi.ng/hdom-canvas",
"description": "Realtime analog clock demo",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-canvas-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdom-canvas-draw",
"version": "0.0.1",
"description": "Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers",
"description": "Interactive pattern drawing demo using transducers",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
Expand Down
23 changes: 19 additions & 4 deletions examples/hdom-canvas-particles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdom-canvas-particles",
"description": "2D Bezier curve-guided particle system",
"version": "0.0.1",
"description": "TODO",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -17,14 +17,29 @@
"typescript": "^3.8.2"
},
"dependencies": {
"@thi.ng/api": "latest",
"@thi.ng/rstream": "latest",
"@thi.ng/transducers-hdom": "latest"
"@thi.ng/compose": "latest",
"@thi.ng/geom": "latest",
"@thi.ng/hdom": "latest",
"@thi.ng/hdom-canvas": "latest",
"@thi.ng/math": "latest",
"@thi.ng/random": "latest",
"@thi.ng/transducers": "latest",
"@thi.ng/vectors": "latest"
},
"browserslist": [
"last 3 Chrome versions"
],
"browser": {
"process": false
},
"thi.ng": {
"readme": [
"geom",
"hdom",
"hdom-canvas",
"math",
"vectors"
],
"screenshot": "examples/hdom-canvas-particles.jpg"
}
}
1 change: 1 addition & 0 deletions examples/hdom-canvas-shapes/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-canvas-shapes",
"description": "Various hdom-canvas shape drawing examples & SVG conversion / export",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-dropdown-fuzzy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-dropdown-fuzzy",
"description": "Custom dropdown UI component w/ fuzzy search",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-dropdown",
"description": "Custom dropdown UI component for hdom",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-dyn-context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-dyn-context",
"description": "Using custom hdom context for dynamic UI theming",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-inner-html/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-inner-html",
"description": "Higher-order component for rendering HTML strings",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-local-render/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdom-local-render",
"description": "Isolated, component-local DOM updates",
"version": "0.0.1",
"description": "TODO",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-localstate/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-localstate",
"description": "UI component w/ local state stored in hdom context",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-skip-nested/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-skip-nested",
"description": "Skipping UI updates for nested component(s)",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-skip/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-skip",
"description": "Skipping UI updates for selected component(s)",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-theme-adr-0003/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-theme",
"description": "Example for themed components proposal",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hdom-vscroller/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hdom-vscroller",
"description": "Virtual scroller component for large tables / lists",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hmr-basics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hmr-basics",
"description": "hdom & hot module replacement",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/hydrate-basics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hydrate-basics",
"description": "Hiccup / hdom DOM hydration example",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/interceptor-basics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "interceptor-basics",
"description": "Event handling w/ interceptors and side effects",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/interceptor-basics2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "interceptor-basics2",
"description": "Event handling w/ interceptors and side effects",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/json-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "json-components",
"description": "Transforming JSON into UI components",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/login-form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "login-form",
"description": "Basic SPA example without router",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion examples/multitouch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multitouch",
"version": "0.0.1",
"description": "Basic @thi.ng/rstream-gestures multi-touch demo",
"description": "Basic rstream-gestures multi-touch demo",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions examples/package-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "package-stats",
"description": "CLI util to visualize umbrella pkg stats",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/pixel-basics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "pixel-basics",
"description": "Pixel buffer manipulations",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/pointfree-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "pointfree-svg",
"description": "Generate SVG using pointfree DSL",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/poly-spline/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "poly-spline",
"description": "Polygon to cubic curve conversion & visualization",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions examples/porter-duff/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "porter-duff",
"description": "Port-Duff image compositing / alpha blending",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <[email protected]>",
Expand Down
Loading

0 comments on commit a99228a

Please sign in to comment.