34 lines
939 B
JSON
34 lines
939 B
JSON
{
|
|
"name": "ieeeucsd",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^1.1.2",
|
|
"@astrojs/react": "^3.0.3",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"@fontsource-variable/open-sans": "^5.0.16",
|
|
"@nextui-org/react": "^2.1.13",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"astro": "^3.3.0",
|
|
"framer-motion": "^10.16.4",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"scss": "^0.2.4",
|
|
"tailwindcss": "^3.0.24",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^3.9.2",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-astro": "^0.12.0",
|
|
"sass": "^1.69.3"
|
|
}
|
|
}
|