mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-13 00:02:19 +00:00
18 lines
354 B
JSON
18 lines
354 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": {
|
|
"@astrojs/svelte": "^3.1.0",
|
|
"@fontsource/atkinson-hyperlegible": "^4.5.11",
|
|
"astro": "^2.7.3",
|
|
"svelte": "^4.0.0"
|
|
}
|
|
}
|