fries-website/package.json
Fries cfa234d723 add a webring component to the site
this is for the solarpunk.moe webring.
2023-07-05 02:11:14 -07:00

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"
}
}