mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-12-22 12:59:19 +00:00
22 lines
427 B
JSON
22 lines
427 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.1.0",
|
|
"astro": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"prettier": "~3.3.3",
|
|
"sharp": "^0.33.5",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|