- Add rehype-raw plugin to allow HTML elements in markdown - Remove inline script tag from nodes.md (loaded globally in Head.astro) - This fixes blueprint graph examples not rendering in production
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "@esengine/docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.1",
|
|
"@astrojs/vue": "^5.1.3",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"astro": "^5.6.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"sharp": "^0.34.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"vue": "^3.5.26"
|
|
}
|
|
}
|