1 Star 0 Fork 47

lvhaiyan888 / js-screen-shot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "js-web-screen-shot",
"version": "1.2.1",
"description": "web端自定义截屏插件(原生JS版)",
"main": "dist/screenShotPlugin.common.js",
"private": false,
"types": "dist/type/main.d.ts",
"publisher": "magicalprogrammer@qq.com",
"scripts": {
"build": "vue-cli-service build --target lib --name screenShotPlugin src/main.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/likaia/js-screen-shot.git"
},
"keywords": [
"web-best-screen-shot",
"web-screen-shot",
"screen-shot",
"截屏",
"截图",
"屏幕截图",
"自定义截图",
"web端自定义截屏"
],
"author": "likaia",
"license": "MIT",
"bugs": {
"url": "https://github.com/likaia/js-screen-shot/issues"
},
"homepage": "https://github.com/likaia/js-screen-shot#readme",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"commitizen": "^4.2.2",
"core-js": "^3.6.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-0",
"husky": "^4.3.0",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"html2canvas": "^1.0.0-rc.7"
}
}
TypeScript
1
https://gitee.com/lvhaiyan/js-screen-shot.git
git@gitee.com:lvhaiyan/js-screen-shot.git
lvhaiyan
js-screen-shot
js-screen-shot
master

搜索帮助