File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@aspnet/signalr" : " ^1.0.0" ,
7
+ "@types/moment" : " ^2.13.0" ,
8
+ "@types/moment-timezone" : " ^0.5.9" ,
7
9
"abp-web-resources" : " ^3.8.2" ,
8
10
"antd" : " ^3.10.3" ,
9
11
"axios" : " ^0.18.0" ,
10
12
"famfamfam-flags" : " ^1.0.0" ,
11
13
"lodash" : " ^4.17.11" ,
12
14
"mobx" : " ^5.5.2" ,
13
15
"mobx-react" : " ^5.3.6" ,
16
+ "moment" : " ^2.22.2" ,
17
+ "moment-timezone" : " ^0.5.23" ,
14
18
"query-string" : " ^6.2.0" ,
15
19
"react" : " ^16.6.0" ,
16
20
"react-app-rewire-less" : " ^2.1.3" ,
17
21
"react-app-rewired" : " ^1.6.2" ,
18
22
"react-dom" : " ^16.6.0" ,
19
23
"react-router-dom" : " ^4.3.1" ,
20
- "react-scripts-ts" : " ^4.0.8 " ,
24
+ "react-scripts-ts" : " 3.1.0 " ,
21
25
"recharts" : " ^1.4.1" ,
22
26
"ts-import-plugin" : " ^1.5.5"
23
27
},
33
37
"@types/react" : " ^16.4.18" ,
34
38
"@types/react-dom" : " ^16.0.9" ,
35
39
"@types/react-router-dom" : " ^4.3.1" ,
36
- "@types/recharts" : " ^1.1.1" ,
37
40
"copy-webpack-plugin" : " ^4.5.4" ,
38
41
"typescript" : " ^3.1.3"
39
- },
40
- "browserslist" : [
41
- " >0.2%" ,
42
- " not dead" ,
43
- " not ie <= 11" ,
44
- " not op_mini all"
45
- ]
42
+ }
46
43
}
You can’t perform that action at this time.
0 commit comments