throw out nunjucks

This commit is contained in:
Felix Roos
2022-12-19 20:48:57 +01:00
parent bf373d894d
commit 0a9604d10e
7 changed files with 268 additions and 205 deletions
+1 -2
View File
@@ -8,7 +8,7 @@
"build": "npm run render && vite build",
"preview": "vite preview",
"jsdoc-json": "jsdoc ../packages/ --template ../node_modules/jsdoc-json --destination ../doc.json -c ../jsdoc.config.json",
"render": "npm run jsdoc-json && node ./render.js > tutorial.rendered.mdx"
"render": "npm run jsdoc-json"
},
"type": "module",
"dependencies": {
@@ -25,7 +25,6 @@
"autoprefixer": "^10.4.7",
"install": "^0.13.0",
"npm": "^8.10.0",
"nunjucks": "^3.2.3",
"postcss": "^8.4.13",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",