UNPKG

vue-plugin-hiprint

Version:
62 lines (61 loc) 1.46 kB
{ "name": "vue-plugin-hiprint", "description": "hiprint for vue2.0", "version": "0.0.21-test", "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" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "devDependencies": { "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-service": "^4.5.15", "ant-design-vue": "^1.7.8", "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": { }, "peerDependencies": { "@claviska/jquery-minicolors": "^2.3.6", "canvg": "^4.0.0", "html2canvas": "^1.4.1", "jquery": "^3.6.0", "jsbarcode": "^3.11.5", "jspdf": "^2.5.1", "socket.io-client": "^3.1.3" } }