🚀 Init

This commit is contained in:
Korbs 2025-02-22 02:16:08 -05:00
commit e0056b9cd9
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
26 changed files with 1560 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "glee-mirror",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.3.0"
},
"devDependencies": {
"sass": "^1.85.0"
}
}