Init Astro

This commit is contained in:
Korbs 2024-06-17 17:22:39 -04:00
parent a450a30411
commit d1c33cfe14
6 changed files with 51 additions and 0 deletions

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "blackclip",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.1",
"astro": "^4.10.3"
},
"devDependencies": {
"sass": "^1.77.5"
}
}