Update projects
This commit is contained in:
parent
4c1f566855
commit
1e6bf5f38f
3 changed files with 47 additions and 7 deletions
|
@ -14,6 +14,7 @@
|
|||
"@nuxtjs/pwa": "^3.0.0-beta.19",
|
||||
"nuxt": "^2.11.0",
|
||||
"vue": "^2.6.11",
|
||||
"kiste": "^1.2.5",
|
||||
"vue-ripple-directive": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -24,7 +25,6 @@
|
|||
"eslint-import-resolver-webpack": "^0.12.1",
|
||||
"eslint-plugin-nuxt": "^0.5.0",
|
||||
"fibers": "^4.0.2",
|
||||
"kiste": "^1.2.4",
|
||||
"sass": "^1.24.4",
|
||||
"sass-loader": "^8.0.1",
|
||||
"serve": "^11.3.0",
|
||||
|
|
|
@ -6,13 +6,21 @@
|
|||
Projects
|
||||
</h1>
|
||||
<GProject
|
||||
type="App"
|
||||
type="App (english)"
|
||||
title="RelaxYourEyes"
|
||||
link="https://relaxyoureyes.moritz-ruth.de"
|
||||
github="moritzruth/relaxyoureyes"
|
||||
>
|
||||
A timer which reminds you to relax your eyes every 20 minutes.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="App (german)"
|
||||
title="Schweredruck-Simulation"
|
||||
link="https://app.moritz-ruth.de/schweredruck-simulation"
|
||||
github="moritzruth/schweredruck-simulation"
|
||||
>
|
||||
Simulate and calculate the hydrostatic pressure in different liquids.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Website"
|
||||
title="cryptic-game.net"
|
||||
|
@ -21,7 +29,15 @@
|
|||
>
|
||||
I am responsible for the new (not yet released) website of the
|
||||
<a class="link" href="https://github.com/cryptic-game">Cryptic game</a>.
|
||||
(Just the website, not the game itself)
|
||||
(Just the website, not the game itself.)
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Vue.js/Nuxt.js plugin"
|
||||
title="Kiste"
|
||||
github="moritzruth/kiste"
|
||||
npm="kiste"
|
||||
>
|
||||
A collection of UI components and styles used for example by this website.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Node.js Library"
|
||||
|
@ -31,6 +47,30 @@
|
|||
>
|
||||
A pretty console logging library for printing grouped messages with Node.js.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Node.js script"
|
||||
title="Zimmerlampe"
|
||||
github="moritzruth/zimmerlampe"
|
||||
>
|
||||
A simple script I use for controlling my Stairville CLB4 as room lamp.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Node.js library"
|
||||
title="node-enttec-open-dmx-usb"
|
||||
github="moritzruth/node-enttec-open-dmx-usb"
|
||||
>
|
||||
A Node.js library for sending DMX data through the
|
||||
<a class="link" href="https://www.enttec.co.uk/en/product/controls/dmx-usb-interfaces/open-dmx-usb/">
|
||||
Enttec Open DMX USB Interface</a>.
|
||||
</GProject>
|
||||
<GProject
|
||||
type="Configuration"
|
||||
title="eslint-config"
|
||||
github="moritzruth/eslint-config"
|
||||
npm="@moritzruth/eslint-config"
|
||||
>
|
||||
My personal ESLint configuration I use in all of my projects.
|
||||
</GProject>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -5025,10 +5025,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
|||
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
|
||||
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
|
||||
|
||||
kiste@^1.2.4:
|
||||
version "1.2.4"
|
||||
resolved "https://registry.yarnpkg.com/kiste/-/kiste-1.2.4.tgz#ae0f199307a9bd71129a0d1acb3e951c582cb308"
|
||||
integrity sha512-ZS5QF7M7iHboGGj8561fFIJ2yXF9/NQL3TKRLY8AbgceFoyq7M4kKn6w/2dRqmCbfmwDus9Lj/uh44X0r4ahAQ==
|
||||
kiste@^1.2.5:
|
||||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/kiste/-/kiste-1.2.5.tgz#680fb0bddd4dd8157362e422e31defe9a8f2fe4a"
|
||||
integrity sha512-bIPT/twgfRMZRcmQgh5eIGMw7CiTrtEmpBPiJJGVLADLp2acbanmEyGKezPrf9VVkbn0S9czdkLPSmNKoi+fbg==
|
||||
dependencies:
|
||||
chroma-js "^2.1.0"
|
||||
lodash.defaultsdeep "^4.6.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue