-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
78 lines (78 loc) · 2.06 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
{
"name": "@newbiest/client",
"version": "1.0.5",
"description": "Client of Newbiest",
"homepage": ".",
"files": [
"src/",
"build/",
"public/",
"tests/",
"_gitignore",
".editorconfig",
".eslintignore",
".eslintrc"
],
"dependencies": {
"@alifd/next": "^1.18.3",
"@icedesign/container": "^1.x",
"@icedesign/layout": "^1.0.8",
"@icedesign/styled-menu": "^0.1.4",
"@icedesign/theme": "^1.0.0",
"add": "^2.0.6",
"antd": "^3.26.15",
"antd-mobile": "^2.3.4",
"axios": "^0.21.1",
"bizcharts": "latest",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^5.0.2",
"enquire-js": "^0.1.2",
"events": "^3.0.0",
"fetch-jsonp": "^1.1.3",
"install": "^0.13.0",
"jquery": "^3.3.1",
"jsbarcode": "^3.11.0",
"moment": "^2.24.0",
"node-forge": "^1.0.0",
"node-sass": "^7.0.0",
"npm": "^7.6.0",
"prop-types": "^15.6.2",
"qrcode.react": "^0.9.3",
"qs": "^6.5.2",
"rc-progress": "^2.5.2",
"react": "^16.8.6",
"react-document-title": "^2.0.3",
"react-dom": "^16.6.3",
"react-native-uuid": "^1.4.9",
"react-redux": "^5.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.2.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"yarn": "^1.15.2"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"cross-env": "^7.0.2",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0",
"ice-scripts": "^2.0.0"
},
"scripts": {
"start": "cross-env ENV_MODE=LOCAL ice-scripts dev",
"build": "cross-env ENV_MODE=PROD ice-scripts build",
"build_dev": "cross-env ENV_MODE=DEV ice-scripts build",
"build_test": "cross-env ENV_MODE=TEST ice-scripts build",
"lint": "eslint . --ext '.js,.jsx' --fix"
},
"publishConfig": {
"access": "public"
},
"title": "newbiest客户端"
}