1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/astro-ssg/package.json
2021-10-14 11:21:52 +09:00

13 lines
263 B
JSON

{
"devDependencies": {
"@astrojs/renderer-preact": "^0.2.2",
"@exampledev/new.css": "^1.1.3",
"astro": "^0.20.11",
"preact": "^10.5.15"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
}
}