2023-04-24 00:28:08 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2023-05-02 05:33:45 +00:00
|
|
|
"@fontsource/atkinson-hyperlegible": "^4.5.11",
|
2023-04-24 00:28:08 +00:00
|
|
|
"astro": "^2.1.0"
|
|
|
|
}
|
|
|
|
}
|