package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "vue-plugin-hiprint",
  3. "description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)",
  4. "version": "0.0.57-beta24",
  5. "author": "CcSimple",
  6. "license": "MIT",
  7. "main": "dist/vue-plugin-hiprint.js",
  8. "private": false,
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/CcSimple/vue-plugin-hiprint.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/CcSimple/vue-plugin-hiprint/issues"
  15. },
  16. "keywords": [
  17. "vue",
  18. "hiprint",
  19. "print"
  20. ],
  21. "files": [
  22. "dist"
  23. ],
  24. "scripts": {
  25. "serve": "vue-cli-service serve",
  26. "build-demo": "vue-cli-service build",
  27. "build": "cross-env NODE_ENV=production webpack --progress",
  28. "pub": "npm run build && npm --registry https://registry.npmjs.org/ publish",
  29. "up-version": "node ./scripts/change-version.js",
  30. "pub-beta": "npm run build && npm --registry https://registry.npmjs.org/ publish --tag beta"
  31. },
  32. "engines": {
  33. "node": "16.x"
  34. },
  35. "browserslist": [
  36. "> 1%",
  37. "last 2 versions",
  38. "not ie <= 8"
  39. ],
  40. "devDependencies": {
  41. "@vue/cli-plugin-babel": "~5.0.0",
  42. "@vue/cli-service": "^4.5.15",
  43. "ant-design-vue": "^1.7.8",
  44. "babel-loader": "^8.1.0",
  45. "bootstrap": "^3.3.7",
  46. "concurrent-tasks": "^1.0.7",
  47. "copy-webpack-plugin": "^5.1.2",
  48. "core-js": "^3.6.5",
  49. "cross-env": "^5.0.5",
  50. "less-loader": "^6.1.1",
  51. "uglifyjs-webpack-plugin": "^2.2.0",
  52. "vue": "^2.5.11",
  53. "vue-ls": "^4.0.0",
  54. "vue-template-compiler": "^2.6.11",
  55. "webpack-cli": "^4.9.1"
  56. },
  57. "dependencies": {
  58. "@claviska/jquery-minicolors": "^2.3.6",
  59. "@wtto00/html2canvas": "^1.4.3",
  60. "bwip-js": "^4.0.0",
  61. "canvg": "^3.0.10",
  62. "jquery": "^3.6.0",
  63. "jsbarcode": "^3.11.5",
  64. "jspdf": "^2.5.1",
  65. "lodash": "^4.17.21",
  66. "nzh": "^1.0.8",
  67. "socket.io-client": "^4.5.1"
  68. }
  69. }