Files
sunscope/package.json
T
fraxle 2cb4ebe52b 1.8.6
Integrate fonts
Add office profile
Fix onload pulldown selections
2026-05-25 10:23:51 +01:00

19 lines
419 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "sunscope",
"version": "1.0.0",
"description": "SunScope UTCI Thermal Comfort Forecast",
"type": "module",
"scripts": {
"build": "node build.js",
"build:watch": "node --watch build.js"
},
"devDependencies": {
"esbuild": "^0.21.5"
},
"dependencies": {
"@fontsource/fraunces": "^5.2.9",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/manrope": "^5.2.8"
}
}