mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-12 15:20:48 -05:00
26 lines
729 B
JSON
26 lines
729 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": "2.2.0",
|
|
"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": "^3.0.0",
|
|
"astro": "^2.0.0",
|
|
"daisyui": "^2.27.0",
|
|
"dayjs": "^1.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.7"
|
|
}
|
|
}
|