old2-ieeeucsd-org/package.json
2024-03-16 19:42:10 -07:00

35 lines
1 KiB
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/preact": "^3.1.1",
"@astrojs/react": "^3.1.0",
"@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",
"framer-motion": "^11.0.14",
"iconify-icon": "^1.0.8",
"preact": "^10.19.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"sass": "^1.70.0"
}
}