13 Star 189 Fork 37

vuepress-reco/vuepress-theme-reco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
recoluan 提交于 2024-04-17 00:59 +08:00 . build: bump deps
{
"private": true,
"workspaces": [
"packages/vuepress-theme-reco",
"packages/@vuepress-reco/*"
],
"scripts": {
"build": "pnpm -r build && pnpm -r --parallel copy",
"build:copy": "pnpm -r copy",
"build:tsc": "pnpm -r build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"clean": "pnpm --parallel clean && pnpm clean:cache",
"clean:cache": "rm -rf **/.vuepress/.cache && rm -rf **/.vuepress/.temp",
"clean:modules": "rm -rf **/node_modules",
"commit": "git add . && git-cz",
"dev": "pnpm -r --parallel build --watch & pnpm --parallel copy --watch & pnpm example:dev",
"docs:build": "vuepress build docs",
"docs:deploy": "bash scripts/docs-deploy.sh",
"docs:dev": "pnpm -r --parallel build --watch & pnpm --parallel copy --watch & vuepress dev docs",
"example:build": "vuepress build example --clean-cache",
"example:dev": "DEBUG=vuepress* vuepress dev example --clean-cache",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "pnpm build && bash scripts/release.sh",
"release:pre": "pnpm build && bash scripts/pre-release.sh",
"update": "pnpm up --latest"
},
"husky": {
"hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix",
"*.{json,yml,css,scss}": "prettier --write",
"package.json": "sort-package-json"
},
"prettier": "prettier-config-vuepress",
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/events": "^3.0.0",
"@types/jest": "^26.0.22",
"@types/node": "^17.0.42",
"@types/unist": "^2.0.3",
"@types/vfile": "^4.0.0",
"@vuepress-reco/shared": "workspace:*",
"@vuepress-reco/tailwindcss-config": "workspace:*",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"commitizen": "^4.1.2",
"concurrently": "^6.0.0",
"conventional-changelog-cli": "^2.0.34",
"cpx": "^1.5.0",
"cz-customizable": "^6.2.0",
"eslint": "^7.23.0",
"eslint-config-vuepress": "^3.2.1",
"eslint-config-vuepress-typescript": "^2.2.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.2.7",
"md5": "2.3.0",
"md5-es": "1.8.2",
"prettier": "^2.2.1",
"prettier-config-vuepress": "^1.2.0",
"rimraf": "3.0.2",
"sort-package-json": "^1.44.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^26.4.4",
"typescript": "5.2.2",
"vue": "^3.4.19",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-reco": "workspace:*"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vuepress-reco/vuepress-theme-reco.git
git@gitee.com:vuepress-reco/vuepress-theme-reco.git
vuepress-reco
vuepress-theme-reco
vuepress-theme-reco
main

搜索帮助