mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^1.0.2",
|
|
"@exampledev/new.css": "^1.1.3",
|
|
"astro": "^1.0.6",
|
|
"preact": "^10.10.6"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
}
|
|
}
|