log101-dot-dev/package.json
2024-05-01 08:27:07 +03:00

21 lines
447 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",
"@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.7.0",
"lit": "^3.1.3",
"typescript": "^5.4.5"
}
}