| 1 | { |
| 2 | "name": "@slidev/client", |
| 3 | "type": "module", |
| 4 | "version": "52.19.0", |
| 5 | "description": "Presentation slides for developers", |
| 6 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
| 7 | "license": "MIT", |
| 8 | "funding": "https://github.com/sponsors/antfu", |
| 9 | "homepage": "https://sli.dev", |
| 10 | "repository": { |
| 11 | "type": "git", |
| 12 | "url": "https://github.com/slidevjs/slidev" |
| 13 | }, |
| 14 | "bugs": "https://github.com/slidevjs/slidev/issues", |
| 15 | "exports": { |
| 16 | ".": "./index.ts", |
| 17 | "./package.json": "./package.json", |
| 18 | "./constants": "./constants.ts", |
| 19 | "./context": "./context.ts", |
| 20 | "./env": "./env.ts", |
| 21 | "./layoutHelper": "./layoutHelper.ts", |
| 22 | "./routes": "./routes.ts", |
| 23 | "./utils": "./utils.ts", |
| 24 | "./*": "./*" |
| 25 | }, |
| 26 | "main": "./public.ts", |
| 27 | "engines": { |
| 28 | "node": ">=20.12.0" |
| 29 | }, |
| 30 | "dependencies": { |
| 31 | "@antfu/utils": "catalog:frontend", |
| 32 | "@fix-webm-duration/fix": "catalog:frontend", |
| 33 | "@iconify-json/carbon": "catalog:icons", |
| 34 | "@iconify-json/ph": "catalog:icons", |
| 35 | "@iconify-json/svg-spinners": "catalog:icons", |
| 36 | "@shikijs/engine-javascript": "catalog:frontend", |
| 37 | "@shikijs/magic-move": "catalog:frontend", |
| 38 | "@shikijs/monaco": "catalog:monaco", |
| 39 | "@shikijs/vitepress-twoslash": "catalog:prod", |
| 40 | "@slidev/parser": "workspace:*", |
| 41 | "@slidev/rough-notation": "catalog:frontend", |
| 42 | "@slidev/types": "workspace:*", |
| 43 | "@typescript/ata": "catalog:monaco", |
| 44 | "@unhead/vue": "catalog:frontend", |
| 45 | "@unocss/extractor-mdc": "catalog:prod", |
| 46 | "@unocss/preset-mini": "catalog:prod", |
| 47 | "@unocss/reset": "catalog:frontend", |
| 48 | "@vueuse/core": "catalog:frontend", |
| 49 | "@vueuse/math": "catalog:frontend", |
| 50 | "@vueuse/motion": "catalog:frontend", |
| 51 | "ansis": "catalog:prod", |
| 52 | "drauu": "catalog:frontend", |
| 53 | "file-saver": "catalog:frontend", |
| 54 | "fitty": "catalog:frontend", |
| 55 | "floating-vue": "catalog:frontend", |
| 56 | "fuse.js": "catalog:frontend", |
| 57 | "katex": "catalog:frontend", |
| 58 | "lz-string": "catalog:frontend", |
| 59 | "mermaid": "catalog:frontend", |
| 60 | "monaco-editor": "catalog:monaco", |
| 61 | "nanotar": "catalog:frontend", |
| 62 | "pptxgenjs": "catalog:prod", |
| 63 | "recordrtc": "catalog:frontend", |
| 64 | "shiki": "catalog:frontend", |
| 65 | "typescript": "catalog:dev", |
| 66 | "unocss": "catalog:prod", |
| 67 | "vue": "catalog:frontend", |
| 68 | "vue-router": "catalog:frontend", |
| 69 | "yaml": "catalog:prod" |
| 70 | }, |
| 71 | "devDependencies": { |
| 72 | "vite": "catalog:prod" |
| 73 | } |
| 74 | } |
| 75 |