astro: init astro template
This commit is contained in:
parent
a4368b5ddc
commit
44feb0b485
40 changed files with 3355 additions and 4258 deletions
14
templates/astro/package.json
Normal file
14
templates/astro/package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "change-name",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.6.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue