-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.77 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
64
65
66
67
68
{
"name": "@posprint/previewer-react",
"version": "0.0.41",
"description": "Previewer of hyrdated DOM for POS Print.",
"main": "build/index.js",
"files": [
"dist",
"es"
],
"repository": {
"type": "git",
"url": "git+https://github.com/posprint/previewer-react.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/posprint/previewer-react/issues"
},
"homepage": "https://github.com/posprint/previewer-react#readme",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"build": "rm -rf build && webpack --config webpack.config.js",
"lint": "eslint ./src/**/*.jsx",
"analyze": "source-map-explorer 'build/*.js'"
},
"peerDependencies": {
"react": ">=16.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"qrcode": "^1.4.4",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"source-map-explorer": "^2.5.1",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"bwip-js": "^3.1.0",
"humps": "^2.0.1"
}
}