UNPKG

js-table-print

Version:

一款智能打印插件,目标是处理表格的打印,实现自定义页头、页尾、水印、分页方式等

66 lines (65 loc) 1.77 kB
{ "name": "js-table-print", "version": "1.1.5", "scripts": { "build": "cross-env env_package=prod webpack --config webpack.config.js", "build:dev": "cross-env env_package=dev webpack --config webpack.config.js", "dev": "webpack-dev-server --config test.config.js", "test": "webpack --config test.config.js" }, "main": "lib/index.js", "dependencies": {}, "devDependencies": { "@babel/core": "7.13.10", "@babel/plugin-transform-runtime": "7.13.10", "@babel/preset-env": "7.13.10", "@babel/preset-react": "7.12.13", "@babel/runtime-corejs3": "^7.13.10", "babel-loader": "8.2.2", "browser-sync": "^2.26.3", "cross-env": "^7.0.3", "css-loader": "5.1.3", "html-webpack-plugin": "3.2.0", "less-loader": "8.0.0", "mini-css-extract-plugin": "1.3.9", "node-sass": "4.14.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss-loader": "4.2.0", "react": "16.0.0", "react-dom": "16.0.1", "sass-loader": "7.0.0", "style-loader": "2.0.0", "terser-webpack-plugin": "^4.2.3", "url-loader": "3.0.0", "webpack": "^4.46.0", "webpack-bundle-analyzer": "4.4.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.2" }, "files": [ "lib", "src", "test" ], "keywords": [ "react", "print", "jqprint", "table-print", "print-table", "printjs", "jsprint", "js-print", "js-table-print", "table" ], "description": "一款智能打印插件,目标是处理表格的打印,实现自定义页头、页尾、水印、分页方式等", "engines": { "node": ">=6.12.x" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/calmchang/table-print" } }