2026-03-07 01:09:00 -08:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@fontsource/amiri": "^5.2.8",
|
|
|
|
|
"@fontsource/noto-naskh-arabic": "^5.2.11",
|
|
|
|
|
"@fontsource/noto-sans-hebrew": "^5.2.8",
|
|
|
|
|
"@fontsource/noto-sans-phoenician": "^5.2.6",
|
|
|
|
|
"@fontsource/noto-serif": "^5.2.9",
|
|
|
|
|
"astronomy-engine": "^2.1.19",
|
|
|
|
|
"suncalc": "^1.9.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-08 22:24:34 -07:00
|
|
|
"http-server": "^14.1.1"
|
2026-03-07 01:09:00 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "npx http-server . -o index.html",
|
|
|
|
|
"dev": "npm run start"
|
|
|
|
|
}
|
|
|
|
|
}
|