UNPKG

quizdown-extended

Version:

A fork from [bonartm/quizdown-js](https://github.com/bonartm/quizdown-js) with more features. > The Katex-extension is currently not supported

52 lines (51 loc) 1.27 kB
{ "name": "quizdown-extended", "version": "1.2.1", "type": "module", "keywords": [ "quiz", "multiple-choice", "svelte", "markdown" ], "author": "cz-lucas", "license": "MIT", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json", "postbuild": "cp index.dist.html.txt dist/index.html" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tsconfig/svelte": "^5.0.5", "@types/marked": "^6.0.0", "acorn": "^8.15.0", "css-tree": "^3.1.0", "dotenv-cli": "^11.0.0", "postcss": "^8.5.6", "sass": "^1.93.3", "svelte": "^5.43.2", "svelte-check": "^4.3.3", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.1", "typescript": "^5.9.3", "vite": "^7.1.12", "vite-plugin-singlefile": "^2.3.0" }, "dependencies": { "@shikijs/themes": "^3.14.0", "auto-bind": "^5.0.1", "autoprefixer": "^10.4.21", "dompurify": "^3.3.0", "katex": "^0.16.25", "marked": "^13.0.3", "shiki": "^3.14.0", "strip-indent": "^4.1.1", "svelte-dnd-action": "^0.9.66", "svelte-i18n": "^4.0.1", "tsx": "^4.20.6", "yaml": "^2.8.1" } }