forked from CcSimple/vue-plugin-hiprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "vue-plugin-hiprint",
"description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
"version": "0.0.57-beta4",
"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"
}
}