18 lines
312 B
JSON
18 lines
312 B
JSON
|
{
|
||
|
"name": "",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"astro": "^2.3.0",
|
||
|
"astro-compress": "^1.1.42",
|
||
|
"less": "^4.1.3"
|
||
|
}
|
||
|
}
|