Glee-Mirror/package.json

16 lines
269 B
JSON
Raw Normal View History

2025-02-22 02:16:08 -05:00
{
"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"
}
}