1 Star 0 Fork 0

Codream/slidev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2023-11-03 02:49 . chore: release v0.43.13
{
"type": "module",
"version": "0.43.13",
"private": true,
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"ci:publish": "zx scripts/publish.mjs",
"cy": "cypress open",
"cy:fixture": "pnpm -C cypress/fixtures/basic run dev",
"demo:build": "zx ./scripts/demo.mjs",
"demo:composable-vue": "pnpm -C demo/composable-vue run dev",
"demo:dev": "pnpm -C demo/starter run dev",
"play": "pnpm demo:dev",
"dev": "pnpm -r --filter=./packages/** --parallel run dev",
"lint": "eslint . --cache",
"lint:fix": "nr lint --fix",
"typecheck": "vue-tsc --noEmit",
"release": "bumpp package.json packages/*/package.json --all -x \"zx scripts/update-versions.mjs\"",
"test": "vitest test"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@antfu/ni": "^0.21.8",
"@antfu/utils": "^0.7.6",
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@types/cli-progress": "^3.11.4",
"@types/codemirror": "^5.60.12",
"@types/connect": "^3.4.37",
"@types/debug": "^4.1.10",
"@types/file-saver": "^2.0.6",
"@types/fs-extra": "^11.0.3",
"@types/js-yaml": "^4.0.8",
"@types/katex": "^0.16.5",
"@types/localtunnel": "^2.0.3",
"@types/markdown-it": "^13.0.5",
"@types/node": "^20.8.10",
"@types/prismjs": "^1.26.2",
"@types/prompts": "^2.4.7",
"@types/recordrtc": "^5.6.13",
"@types/resolve": "^1.20.4",
"@types/semver": "^7.5.4",
"@types/yargs": "^17.0.29",
"@vueuse/core": "^10.5.0",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"eslint": "^8.52.0",
"esno": "^0.17.0",
"katex": "^0.16.9",
"lint-staged": "^15.0.2",
"mermaid": "^10.6.0",
"playwright-chromium": "^1.39.0",
"pnpm": "^8.10.2",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-windicss": "^1.9.1",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22",
"zx": "^7.2.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"{packages,.vitepress,scripts}/**/*.{js,ts,vue,json}": [
"eslint --fix --cache"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codream/slidev.git
git@gitee.com:codream/slidev.git
codream
slidev
slidev
main

搜索帮助