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

17 lines
363 B
JSON

{
"name": "website-frontend",
"version": "1.0.0",
"description": "Frontend for the PHC website",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"license": "MIT",
"dependencies": {
"astro": "^2.3.1",
"sass": "^1.62.1"
}
}