{ "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.0.3", "@astrojs/node": "^9.0.0", "@astrojs/react": "^4.2.0", "@astrojs/tailwind": "5.1.4", "@iconify-json/heroicons": "^1.2.2", "@iconify/react": "^5.2.0", "@types/highlight.js": "^10.1.0", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.17.15", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "astro": "5.1.1", "astro-expressive-code": "^0.40.2", "astro-icon": "^1.1.5", "chart.js": "^4.4.7", "dexie": "^4.0.11", "framer-motion": "^12.4.4", "highlight.js": "^11.11.1", "js-yaml": "^4.1.0", "jszip": "^3.10.1", "lodash": "^4.17.21", "motion": "^11.15.0", "next": "^15.1.2", "pocketbase": "^0.25.1", "prismjs": "^1.29.0", "react": "^19.0.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.0.0", "react-hot-toast": "^2.5.2", "react-icons": "^5.4.0", "rehype-expressive-code": "^0.40.2", "tailwindcss": "^3.4.16" }, "devDependencies": { "@types/prismjs": "^1.26.5", "daisyui": "^4.12.23", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "tailwindcss-animated": "^1.1.2", "tailwindcss-motion": "^1.0.0" } }