htmldownload2pdf
Version:
<!-- <img src="https://img.shields.io/badge/-JavaScript-oringe?style=flat-square&logo=javascript" /> --> <p align="center"> <span > <img alt="GitHub commit activity (branch)" src="https://img.shields.io/github/commit-activity/t/zhChuXiao/htmldownload2pdf
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "htmldownload2pdf",
"author": "chuxiao",
"version": "0.2.10",
"typings": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"vue",
"vue directives",
"download pdf",
"pdf",
"download",
"html2pdf"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhChuXiao/htmldownload2pdf"
},
"bugs": {
"url": "https://github.com/zhChuXiao/htmldownload2pdf/issues"
},
"homepage": "https://github.com/zhChuXiao/htmldownload2pdf",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@types/vue": "^2.0.0",
"rollup": "^3.21.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^2.5.0"
},
"dependencies": {
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"vue-demi": "^0.14.0"
}
}