screen-shot-forvue
Version:
web端自定义截屏插件(Vue3版),一个基于vue-web-screen-shot二开的插件
79 lines (78 loc) • 2.23 kB
JSON
{
"name": "screen-shot-forvue",
"version": "0.0.14",
"description": "web端自定义截屏插件(Vue3版),一个基于vue-web-screen-shot二开的插件",
"private": false,
"main": "dist/screenShotPlugin.common.js",
"types": "dist/lib/main.d.ts",
"publisher": "1090356096@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",
"serve:demo": "vue-cli-service serve demo/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/likaia/screen-shot.git"
},
"keywords": [
"vue-screen-shot",
"web-screen-shot",
"截屏",
"截图",
"屏幕截图",
"自定义截图",
"web端自定义截屏"
],
"author": "likaia",
"license": "MIT",
"bugs": {
"url": "https://github.com/likaia/screen-shot/issues"
},
"homepage": "https://github.com/likaia/screen-shot#readme",
"dependencies": {
"@types/lodash": "^4.14.161",
"webrtc-adapter": "^7.7.0",
"html2canvas": "^1.0.0-rc.7"
},
"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/compiler-sfc": "^3.0.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": "~4.5.2",
"vue": "^3.0.0"
},
"peerDependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}