[wip] Globe: Define lighting from a specific hour

This commit is contained in:
2022-09-26 20:02:02 +02:00
parent 7cc778e1cc
commit 407836c44e
5 changed files with 83 additions and 97 deletions

View File

@@ -22,17 +22,16 @@
"motion": "^10.14.2",
"ogl": "^0.0.99",
"sanitize.css": "^13.0.0",
"suncalc": "^1.9.0",
"swell-js": "^3.17.6",
"tweakpane": "^3.1.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.80",
"@sveltejs/adapter-node": "^1.0.0-next.95",
"@sveltejs/adapter-node": "^1.0.0-next.96",
"@sveltejs/adapter-vercel": "^1.0.0-next.77",
"@sveltejs/kit": "^1.0.0-next.503",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@sveltejs/kit": "^1.0.0-next.504",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"base-64": "^1.0.0",
"browserslist": "^4.21.4",
"cssnano": "^5.1.13",
@@ -45,7 +44,7 @@
"postcss-sort-media-queries": "^4.3.0",
"sass": "^1.55.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-check": "^2.9.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.3",