22 Star 196 Fork 48

MagicalProgrammer / js-screen-shot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "js-web-screen-shot",
"version": "1.9.9-rc.2",
"description": "web端自定义截屏插件(原生JS版)",
"main": "dist/screenShotPlugin.common.js",
"private": false,
"types": "dist/main.d.ts",
"module": "dist/screenShotPlugin.esm.js",
"umd:main": "dist/screenShotPlugin.umd.js",
"publisher": "magicalprogrammer@qq.com",
"scripts": {
"build-rollup": "rollup -c --splitCss false --compState false --showPKGInfo true",
"build-rollup:dev": "rollup -wc --splitCss false --compState false --showPKGInfo true --useDServer true --pkgFormat umd",
"build-rollup:prod": "rollup -c --splitCss false --compState true && yarn run fix-dts-path",
"fix-dts-path": "tsc-alias --outDir ./dist/",
"test": "jest",
"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",
"js-screen-shot",
"截屏",
"截图",
"截图插件",
"屏幕截图",
"自定义截图",
"web端自定义截屏",
"electron",
"Electron截图插件"
],
"author": "likaia",
"license": "MIT",
"bugs": {
"url": "https://github.com/likaia/js-screen-shot/issues"
},
"homepage": "https://github.com/likaia/js-screen-shot#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-url": "^8.0.1",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"autoprefixer": "^10.4.13",
"commitizen": "^4.2.2",
"core-js": "^3.6.5",
"cssnano": "^5.1.15",
"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",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"postcss-url": "^10.1.3",
"prettier": "^1.19.1",
"rollup": "^2.59.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"ts-jest": "^29.0.5",
"tsc-alias": "^1.8.7",
"typescript": "~5.0.4",
"yargs": "^17.7.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"html2canvas": "1.4.1"
},
"files": [
"/dist"
]
}
TypeScript
1
https://gitee.com/likai119/js-screen-shot.git
git@gitee.com:likai119/js-screen-shot.git
likai119
js-screen-shot
js-screen-shot
master

搜索帮助