{ "name": "njupt-free-exams", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.29.2", "astro": "^4.16.18", "rehype-external-links": "^3.0.0", "rehype-katex": "^7.0.1", "remark-emoji": "^5.0.1", "remark-math": "^6.0.0", "sharp": "^0.32.6", "typescript": "^5.7.2" } }