126 lines
3.3 KiB
JSON
126 lines
3.3 KiB
JSON
{
|
|
"name": "@slidev/cli",
|
|
"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": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"slidev": "./bin/slidev.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"template.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"playwright-chromium": "^1.10.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"playwright-chromium": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@antfu/ni": "^0.23.1",
|
|
"@antfu/utils": "^0.7.10",
|
|
"@iconify-json/carbon": "^1.2.5",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@iconify-json/svg-spinners": "^1.2.2",
|
|
"@lillallol/outline-pdf": "^4.0.0",
|
|
"@shikijs/markdown-it": "^1.24.2",
|
|
"@shikijs/twoslash": "^1.24.2",
|
|
"@shikijs/vitepress-twoslash": "^1.24.2",
|
|
"@unocss/extractor-mdc": "^0.65.1",
|
|
"@unocss/reset": "^0.65.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"chokidar": "^4.0.2",
|
|
"cli-progress": "^3.12.0",
|
|
"connect": "^3.7.0",
|
|
"debug": "^4.4.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-glob": "^3.3.2",
|
|
"fs-extra": "^11.2.0",
|
|
"get-port-please": "^3.1.2",
|
|
"global-directory": "^4.0.1",
|
|
"htmlparser2": "^9.1.0",
|
|
"is-installed-globally": "^1.0.0",
|
|
"jiti": "^2.4.2",
|
|
"katex": "^0.16.17",
|
|
"kolorist": "^1.8.0",
|
|
"local-pkg": "^0.5.1",
|
|
"lz-string": "^1.5.0",
|
|
"magic-string": "^0.30.17",
|
|
"magic-string-stack": "^0.1.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-mdc": "^0.2.5",
|
|
"micromatch": "^4.0.8",
|
|
"mlly": "^1.7.3",
|
|
"monaco-editor": "0.51.0",
|
|
"open": "^10.1.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"plantuml-encoder": "^1.4.0",
|
|
"postcss-nested": "^7.0.2",
|
|
"pptxgenjs": "^3.12.0",
|
|
"prompts": "^2.4.2",
|
|
"public-ip": "^7.0.1",
|
|
"resolve-from": "^5.0.0",
|
|
"resolve-global": "^2.0.0",
|
|
"semver": "^7.6.3",
|
|
"shiki": "^1.24.2",
|
|
"shiki-magic-move": "^0.5.2",
|
|
"sirv": "^3.0.0",
|
|
"source-map-js": "^1.2.1",
|
|
"typescript": "5.6.3",
|
|
"unocss": "^0.65.1",
|
|
"unplugin-icons": "^0.22.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"unplugin-vue-markdown": "^0.28.0",
|
|
"untun": "^0.1.3",
|
|
"uqr": "^0.1.2",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-inspect": "^0.10.3",
|
|
"vite-plugin-remote-assets": "^0.6.0",
|
|
"vite-plugin-static-copy": "^2.2.0",
|
|
"vite-plugin-vue-server-ref": "^0.4.2",
|
|
"vitefu": "^1.0.4",
|
|
"vue": "^3.5.13",
|
|
"yaml": "^2.6.1",
|
|
"yargs": "^17.7.2",
|
|
"@slidev/client": "0.50.0",
|
|
"@slidev/parser": "0.50.0",
|
|
"@slidev/types": "0.50.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|
|
"@types/micromatch": "^4.0.9",
|
|
"@types/plantuml-encoder": "^1.4.2"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && tsup node/index.ts node/cli.ts",
|
|
"dev": "nr build --watch",
|
|
"start": "esno node/cli.ts"
|
|
}
|
|
} |