log101-dot-dev/package.json
log101 345d0bed05 chore: remove lit
feat: add main header component
2024-05-04 09:18:31 +03:00

21 lines
396 B
JSON

{
"name": "log101-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"astro": "^4.7.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "3.2.5"
}
}