mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-14 00:22:20 +00:00
22 lines
429 B
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.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.7.0",
|
|
"prettier": "~3.3.2",
|
|
"sharp": "^0.33.4",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|