1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/astro-ssg/package.json

14 lines
252 B
JSON
Raw Normal View History

2021-10-14 11:21:52 +09:00
{
"devDependencies": {
2022-08-21 14:42:38 +09:00
"@astrojs/preact": "^1.0.2",
2021-10-14 11:21:52 +09:00
"@exampledev/new.css": "^1.1.3",
2022-08-21 14:42:38 +09:00
"astro": "^1.0.6",
"preact": "^10.10.6"
2021-10-14 11:21:52 +09:00
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
}
}