2022-09-14 10:14:29 -04:00
|
|
|
{
|
2022-09-27 11:44:13 -04:00
|
|
|
"name": "Astro Minimalist Personal Website",
|
|
|
|
"description": "Astro Minimalist personal website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.",
|
2022-09-14 10:14:29 -04:00
|
|
|
"type": "module",
|
2022-09-26 15:02:08 -04:00
|
|
|
"version": "1.0.0",
|
2022-09-14 10:14:29 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/mdx": "^0.11.1",
|
|
|
|
"@astrojs/rss": "^1.0.1",
|
|
|
|
"@astrojs/sitemap": "^1.0.0",
|
|
|
|
"@astrojs/tailwind": "^1.0.1",
|
|
|
|
"astro": "^1.2.3",
|
|
|
|
"daisyui": "^2.27.0"
|
2022-09-23 22:39:34 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/typography": "^0.5.7"
|
2022-09-14 10:14:29 -04:00
|
|
|
}
|
|
|
|
}
|