2026-05-31 13:54:31 +02:00

70 lines
1.9 KiB
JSON

{
"name": "@slidev/client",
"type": "module",
"version": "0.50.0",
"description": "Presentation slides for developers",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://sli.dev",
"repository": {
"type": "git",
"url": "https://github.com/slidevjs/slidev"
},
"bugs": "https://github.com/slidevjs/slidev/issues",
"exports": {
".": "./index.ts",
"./package.json": "./package.json",
"./constants": "./constants.ts",
"./context": "./context.ts",
"./env": "./env.ts",
"./layoutHelper": "./layoutHelper.ts",
"./routes": "./routes.ts",
"./utils": "./utils.ts",
"./*": "./*"
},
"main": "./public.ts",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@shikijs/monaco": "^1.24.2",
"@shikijs/vitepress-twoslash": "^1.24.2",
"@slidev/rough-notation": "^0.1.0",
"@typescript/ata": "^0.9.7",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"@vueuse/math": "^12.0.0",
"@vueuse/motion": "^2.2.6",
"drauu": "^0.4.2",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"html-to-image": "^1.11.11",
"katex": "^0.16.17",
"lz-string": "^1.5.0",
"mermaid": "^11.4.1",
"monaco-editor": "0.51.0",
"nanotar": "^0.1.1",
"pptxgenjs": "^3.12.0",
"prettier": "^3.4.2",
"recordrtc": "^5.6.2",
"shiki": "^1.24.2",
"shiki-magic-move": "^0.5.2",
"typescript": "5.6.3",
"unocss": "^0.65.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"yaml": "^2.6.1",
"@slidev/parser": "0.50.0",
"@slidev/types": "0.50.0"
},
"devDependencies": {
"vite": "^6.0.3"
}
}