Init Astro
This commit is contained in:
parent
a450a30411
commit
d1c33cfe14
6 changed files with 51 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue