{ "name": "ieeeucsd-dev", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "node ./dist/server/entry.mjs", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "4.2.5", "@astrojs/node": "9.2.1", "@astrojs/react": "4.2.5", "@heroui/react": "^2.7.6", "@iconify-json/heroicons": "^1.2.2", "@iconify-json/mdi": "^1.2.3", "@iconify/react": "^5.2.1", "@tailwindcss/vite": "^4.1.4", "@types/highlight.js": "^10.1.0", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.17.16", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "astro": "5.7.5", "astro-expressive-code": "^0.40.2", "astro-icon": "^1.1.5", "chart.js": "^4.4.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dexie": "^4.0.11", "framer-motion": "^12.9.2", "highlight.js": "^11.11.1", "js-yaml": "^4.1.0", "jszip": "^3.10.1", "lodash": "^4.17.21", "lucide-react": "^0.503.0", "motion": "^11.18.2", "next": "^15.3.1", "pocketbase": "^0.25.2", "prismjs": "^1.30.0", "react": "^19.1.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.0", "react-hot-toast": "^2.5.2", "react-icons": "^5.5.0", "rehype-expressive-code": "^0.40.2", "tailwind-merge": "^3.2.0", "tailwindcss": "^4.1.4" }, "devDependencies": { "@types/prismjs": "^1.26.5", "autoprefixer": "^10.4.21", "daisyui": "^5.0.28", "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "tailwindcss-animated": "^1.1.2", "tailwindcss-motion": "^1.1.0", "tw-animate-css": "^1.2.8" } }