Init astro
This commit is contained in:
parent
ba1b1d7080
commit
10e8f6a7de
148 changed files with 3821 additions and 137 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "jg-eucs",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.10.12"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue