Ai
2 Star 6 Fork 8

SyncGithub/vue-hot-img

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
lljj-x 提交于 2021-04-26 23:10 +08:00 . feat: update
{
"private": true,
"description": "Vue 热图组件,手动框选多个热区",
"repository": "https://github.com/lljj-x/vue-hot-img",
"homepage": "https://github.com/lljj-x/vue-hot-img",
"author": "Liu.Jun",
"workspaces": [
"packages/*"
],
"license": "MIT",
"scripts": {
"watch": "yarn run lib:watch",
"build": "yarn run lib:build",
"lib:watch": "yarn workspace vue-hot-img watch",
"lib:build": "yarn workspace vue-hot-img build",
"demo:dev": "yarn workspace demo dev",
"demo:build": "yarn workspace demo build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"clean": "lerna clean && rm -rf node_modules",
"packages:diff": "lerna diff",
"packages:list": "lerna ls -l",
"packages:changed": "lerna changed",
"packages:build": "lerna run --stream --sort build",
"publish": "yarn run lib:build && lerna publish",
"autoPublish": "lerna publish --conventional-commits --yes",
"autoVersion": "lerna version --conventional-commits --yes"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.0.34",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5",
"lerna": "^3.22.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sync-github/vue-hot-img.git
git@gitee.com:sync-github/vue-hot-img.git
sync-github
vue-hot-img
vue-hot-img
main

搜索帮助