1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "website-static",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"astro": "astro",
"format": "prettier --write .",
"format:dry": "prettier --check .",
"check": "astro check",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.4",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@fontsource-variable/sen": "5.2.5",
"@fontsource/beiruti": "^5.2.5",
"@iconify-json/ph": "^1.2.2",
"astro": "^5.7.4",
"astro-icon": "^1.1.5",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"braces": "3.0.3",
"husky": "^9.1.7",
"rehype-external-links": "^3.0.0",
"typescript": "5.8.2"
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.86.3"
}
}
|