andyscott-dot-me/package.json
Manuel Ernesto Garcia 47a0a00936 adding sitemap
2022-10-26 10:10:01 -04:00

25 lines
705 B
JSON

{
"name": "Astro Modern Personal Website",
"description": "Astro Modern personal website template with Project Section, CV Section, Paginated Blog, Shop, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.",
"type": "module",
"version": "1.1.1",
"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"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7"
}
}