Initial events Astro site

This commit is contained in:
Neeldhara Misra 2026-07-05 23:36:04 +05:30
commit 69a5937ead
41 changed files with 12166 additions and 0 deletions

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "events",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^7.0.2",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.6",
"typescript": "^5.9.3"
}
}