fries-website/package.json

22 lines
429 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": "^5.0.20",
"astro": "^4.13.3"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"prettier": "~3.3.3",
"sharp": "^0.33.4",
"typescript": "^5.5.4"
}
}