UNPKG

@vensst/export-file

Version:
52 lines (51 loc) 1.32 kB
{ "name": "@vensst/export-file", "version": "1.0.2", "description": "导出excel、pdf和图片", "keywords": [ "@vensst/export-file", "@vensst", "xlsx", "xlsx-js-style", "html2canvas", "jspdf", "file-saver" ], "main": "lib/main.js", "private": false, "scripts": { "clean": "rm dist/bundle.js", "dev": "webpack --config build/dev.conf.js", "build": "webpack --config build/prod.conf.js", "docs": "jsdoc --configure jsdoc.config.json", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "vensst", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vensst/export-file.git" }, "bugs": { "url": "https://github.com/vensst/export-file/issues" }, "homepage": "https://github.com/vensst/export-file", "dependencies": { "file-saver": "2.0.5", "html2canvas": "1.4.1", "jspdf": "2.5.1", "xlsx": "0.18.5", "xlsx-js-style": "1.2.0" }, "devDependencies": { "@babel/core": "7.24.4", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-transform-runtime": "7.24.3", "@babel/preset-env": "7.24.4", "babel-loader": "9.1.3", "clean-webpack-plugin": "4.0.0", "jsdoc": "4.0.2", "webpack": "5.91.0", "webpack-cli": "5.1.4" } }