andyscott-dot-me/package.json
Manuel Ernesto Garcia 5bb063bf70 initial commit
2022-09-14 10:14:29 -04:00

21 lines
463 B
JSON

{
"name": "Sstro Personal Website Template",
"type": "module",
"version": "0.0.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"
}
}