1 Star 0 Fork 879

yuntianOS / vue-plugin-hiprint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
CcSimple 提交于 2024-01-08 06:01 . pub-beta 0.0.57-beta6
{
"name": "vue-plugin-hiprint",
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
"version": "0.0.57-beta6",
"author": "CcSimple",
"license": "MIT",
"main": "dist/vue-plugin-hiprint.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/CcSimple/vue-plugin-hiprint.git"
},
"bugs": {
"url": "https://github.com/CcSimple/vue-plugin-hiprint/issues"
},
"keywords": [
"vue",
"hiprint",
"print"
],
"files": [
"dist"
],
"scripts": {
"serve": "vue-cli-service serve",
"build-demo": "vue-cli-service build",
"build": "cross-env NODE_ENV=production webpack --progress",
"pub": "npm run build && npm --registry https://registry.npmjs.org/ publish",
"up-version": "node ./scripts/change-version.js",
"pub-beta": "npm run build && npm --registry https://registry.npmjs.org/ publish --tag beta"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "^4.5.15",
"ant-design-vue": "^1.7.8",
"babel-loader": "^8.1.0",
"bootstrap": "^3.3.7",
"concurrent-tasks": "^1.0.7",
"copy-webpack-plugin": "^5.1.2",
"core-js": "^3.6.5",
"cross-env": "^5.0.5",
"less-loader": "^6.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.5.11",
"vue-ls": "^4.0.0",
"vue-template-compiler": "^2.6.11",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@claviska/jquery-minicolors": "^2.3.6",
"bwip-js": "^4.0.0",
"canvg": "^3.0.10",
"html2canvas": "^1.4.1",
"jquery": "^3.6.0",
"jsbarcode": "^3.11.5",
"jspdf": "^2.5.1",
"nzh": "^1.0.8",
"socket.io-client": "^4.5.1"
}
}
JavaScript
1
https://gitee.com/yuntianOS/vue-plugin-hiprint.git
git@gitee.com:yuntianOS/vue-plugin-hiprint.git
yuntianOS
vue-plugin-hiprint
vue-plugin-hiprint
main

搜索帮助