llm_log_frontend/package.json

25 lines
518 B
JSON

{
"name": "llm_log_frontend",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.9",
"katex": "^0.16.45",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.3",
"remark-math": "^6.0.0",
"tailwindcss": "^4.2.4"
}
}