fries-website/package.json

20 lines
347 B
JSON

{
"name": "fries-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^4.5.11",
"astro": "^2.1.0"
},
"devDependencies": {
"prettier": "3.0"
}
}