mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-12 15:52:22 +00:00
Fries
f3b23b14f0
i updated astro to the latest version. i also finally added more friends and changed up how the friend data is stored in the repo. it is now json backed by a schema. it can also display website buttons with alt text!
21 lines
407 B
JSON
21 lines
407 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": {
|
|
"prettier": "~3.3.2",
|
|
"typescript": "^5.5.2",
|
|
"@astrojs/check": "^0.7.0"
|
|
}
|
|
}
|