Initial commit

This commit is contained in:
Atridad Lahiji
2023-04-20 04:20:00 -06:00
committed by Atridad Lahiji
commit 84591f3a2d
23 changed files with 4795 additions and 0 deletions

29
package.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "atri-dad",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.1",
"@astrojs/node": "^5.1.3",
"@astrojs/react": "^2.1.3",
"@astrojs/rss": "^2.4.1",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.4.5",
"daisyui": "^2.51.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.8.0",
"tailwindcss": "^3.3.2"
}
}