-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 3.12 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "gm-printer",
"version": "10.28.3",
"description": "diy printer",
"main": "src/index.js",
"scripts": {
"precommit": "lint-staged",
"start": "webpack-dev-server --hot",
"build": "webpack -p",
"locale": "i18n-m sync src/",
"release": "bumpp"
},
"lint-staged": {
"./src/**/*.js": [
"eslint --cache --fix",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmfe/gm-printer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gmfe/gm-printer/issues"
},
"standard": {
"parser": "babel-eslint"
},
"homepage": "https://github.com/gmfe/gm-printer#readme",
"peerDependencies": {
"big.js": "^5.1.2",
"classnames": "^2.2.6",
"gm-svg": "^0.3.0",
"gm-util": "^5.12.2",
"jsbarcode": "^3.11.0",
"lodash": "^4.17.10",
"mobx": "^4.3.0",
"mobx-react": "^6.1.1",
"moment": "^2.22.2",
"precss": "^4.0.0",
"prop-types": "^15.6.2",
"qrcode.react": "^0.9.2",
"query-string": "^6.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.5",
"@svgr/webpack": "^4.3.2",
"@types/react": "^16.9.16",
"add-asset-html-webpack-plugin": "^3.1.3",
"autoprefixer": "^9.1.5",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-gmfe": "^2.0.0",
"big.js": "^5.1.2",
"classnames": "^2.2.6",
"clipboard": "^2.0.1",
"css-loader": "^3.5.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-import-resolver-gmfe-alias": "0.0.2",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-gmfe": "^1.3.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^1.1.11",
"gm-svg": "^0.3.0",
"gm-util": "^5.12.2",
"gm-webpack": "^2.2.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "4.0.0",
"husky": "^0.14.3",
"jsbarcode": "^3.11.0",
"less": "^3.8.1",
"less-loader": "^5.0.0",
"lint-staged": "^7.2.2",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.8.0",
"mobx": "^4.3.0",
"mobx-react": "^6.1.1",
"moment": "^2.22.2",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"prettier": "^1.18.2",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.14",
"shelljs": "^0.8.3",
"style-loader": "^0.23.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"terser-webpack-plugin": "^2.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7",
"bumpp": "8.2.0"
},
"dependencies": {
"qrcode.react": "^0.9.2"
}
}