old2-ieeeucsd-org/package.json
chark1es 3513303db2 added new portion & fonts
- Added a portion for google maps and oah
- added a new font
- removed the rounded corners
2024-01-25 00:02:19 -08:00

28 lines
800 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",
"@fontsource-variable/epilogue": "^5.0.9",
"@fontsource-variable/josefin-sans": "^5.0.19",
"@fontsource-variable/lora": "^5.0.9",
"@fontsource/open-sans": "^5.0.22",
"@fontsource/vollkorn": "^5.0.18",
"astro": "^4.1.2",
"iconify-icon": "^1.0.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"sass": "^1.70.0"
}
}