old2-ieeeucsd-org/package.json
chark1es 3da38c3181 added logos
- Added logos
- Fixed background image
- Centered the image & text
2024-01-24 01:28:32 -08:00

23 lines
559 B
JSON

{
"name": "IEEE_UCSD_WEBSITE",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.2",
"iconify-icon": "^1.0.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"sass": "^1.70.0"
}
}