2024-05-01 04:57:25 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-05-16 10:13:10 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-05-01 05:27:07 +00:00
|
|
|
"astro": "^4.7.0",
|
2024-05-16 10:13:10 +00:00
|
|
|
"tailwindcss": "^3.4.3",
|
2024-05-01 04:57:25 +00:00
|
|
|
"typescript": "^5.4.5"
|
2024-05-04 06:18:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "3.2.5"
|
2024-05-01 04:57:25 +00:00
|
|
|
}
|
2024-05-01 05:27:07 +00:00
|
|
|
}
|