-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
130 lines (130 loc) · 4.08 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
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "yugong",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.4.0",
"@ant-design/pro-form": "^1.67.1",
"@byhealth/lottery": "^1.2.40",
"@eightfeet/modal": "^2.2.30",
"@hookform/resolvers": "^2.4.0",
"@rematch/core": "^2.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react-dom": "^16.9.8",
"animate.css": "^4.1.1",
"antd": "^4.12.3",
"array-move": "^3.0.1",
"classnames": "^2.2.6",
"color-parse": "^1.4.2",
"compressorjs": "^1.0.7",
"dayjs": "^1.10.7",
"deep-equal": "^2.0.5",
"echarts": "^5.2.1",
"echarts-for-react": "^3.0.1",
"extend": "^3.0.2",
"gh-pages": "^3.2.3",
"highlight.js": "^11.1.0",
"html-react-parser": "^1.2.4",
"iframe-resizer-react": "^1.1.0",
"immer": "^9.0.7",
"jsoneditor": "^9.3.1",
"jss": "^10.9.0",
"koa-compose": "^4.1.0",
"marked": "^2.1.3",
"nanoid": "^3.3.3",
"notistack": "^1.0.6",
"qrcode": "^1.5.0",
"query-string": "^6.14.1",
"rc-form": "^2.4.12",
"rc-slider": "9.7.5",
"rc-tween-one": "^3.0.6",
"react": "^17.0.1",
"react-awesome-slider": "^4.1.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-grid-layout": "^1.3.0",
"react-hook-form": "^7.2.1",
"react-intersection-observer": "^8.32.5",
"react-json-view": "^1.21.3",
"react-jss": "^10.6.0",
"react-player": "^2.10.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-sortable-hoc": "^2.0.0",
"react-use": "^17.2.1",
"rmc-pull-updown-to-refresh": "^2.0.4",
"safer-eval": "^1.3.6",
"swiper": "^8.1.4",
"typescript": "^4.5.2",
"web-vitals": "^0.2.4",
"whatwg-fetch": "^3.6.2",
"yup": "^0.32.9"
},
"scripts": {
"analyzer": "npm run build:prod -- --stats && npx webpack-bundle-analyzer ./build/bundle-stats.json",
"start": "react-app-rewired --openssl-legacy-provider start",
"build:uat": "env-cmd -f .env.uat react-app-rewired --openssl-legacy-provider build",
"build:prod": "GENERATE_SOURCEMAP=false env-cmd -f .env.prod react-app-rewired --openssl-legacy-provider build",
"build:git": "GENERATE_SOURCEMAP=false env-cmd -f .env.git react-app-rewired --openssl-legacy-provider build",
"demo:publish": "gh-pages -m \"publish demo\" -d build",
"demo": "npm run build:git && npm run demo:publish",
"createFunctionModule": "sh ./.vscode/createFunctionModule.sh",
"createClassModule": "sh ./.vscode/createClassModule.sh",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/deep-equal": "^1.0.1",
"@types/extend": "^3.0.1",
"@types/jsoneditor": "^8.6.0",
"@types/jss": "^10.0.0",
"@types/lodash": "^4.14.168",
"@types/marked": "^2.0.4",
"@types/qrcode": "^1.4.2",
"@types/react": "^16.14.2",
"@types/react-color": "^3.0.4",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-grid-layout": "^1.1.2",
"@types/react-jss": "^10.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/whatwg-fetch": "0.0.33",
"autoprefixer": "^10.2.3",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"env-cmd": "^10.1.0",
"less": "^4.1.0",
"less-loader": "^7.3.0",
"react-app-rewire-multiple-entry": "^2.2.1",
"react-app-rewired": "^2.1.8",
"text-transform-loader": "^2.0.0",
"typescript-plugin-css-modules": "^3.1.0"
},
"proxy": "http://127.0.0.1:7001"
}