Files
www/package.json
2026-06-01 01:43:58 -05:00

19 lines
379 B
JSON

{
"name": "rummage-cc",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fontsource-variable/geist": "^5.1.1",
"@fontsource-variable/geist-mono": "^5.1.1",
"astro": "^5.7.0"
}
}