You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
website/package.json

24 lines
592 B
JSON

{
"name": "website-frontend",
"version": "1.0.0",
"description": "Frontend for the PHC website",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"license": "MIT",
"dependencies": {
"@fontsource/open-sans": "^4.5.14",
"@fontsource/source-code-pro": "^4.5.14",
"@fontsource/source-sans-pro": "^4.5.11",
"astro": "^2.3.1",
"sass": "^1.62.1"
},
"devDependencies": {
"typescript": "^5.0.4"
}
}