2024-05-05 16:19:04 -04:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"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/mdx": "^2.3.0",
|
|
|
|
|
"@astrojs/rss": "^4.0.5",
|
|
|
|
|
"@astrojs/sitemap": "^3.1.2",
|
|
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
|
|
|
"astro": "^4.6.1",
|
|
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
|
"typescript": "^5.4.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-05-05 18:25:40 -04:00
|
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
2024-05-28 17:46:33 -04:00
|
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
|
"prettier-plugin-astro": "^0.14.0"
|
2024-05-05 16:19:04 -04:00
|
|
|
}
|
|
|
|
|
}
|