File size: 928 Bytes
85e5ca8 400357a 85e5ca8 400357a e0ad823 85e5ca8 fee9c1e b9e7b9b e0ad823 fee9c1e fc7711a fee9c1e b9e7b9b 400357a fee9c1e e0ad823 fee9c1e fc7711a fee9c1e 85e5ca8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | {
"name": "astro-site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview --port 8080 --host",
"export:pdf": "node ./scripts/export-pdf.mjs"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.9",
"astro": "^4.10.0",
"astro-mermaid": "^1.0.4",
"mermaid": "^11.10.1",
"playwright": "^1.55.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.1",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-footnotes": "^4.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"buffer": "^6.0.3",
"d3": "^7.9.0",
"katex": "^0.16.22",
"plotly.js-dist-min": "^3.1.0",
"prism-themes": "^1.9.0",
"stream-browserify": "^3.0.0"
}
}
|