-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "js-table-print",
"version": "1.0.8",
"scripts": {
"build": "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",
"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"
}
}