File tree Expand file tree Collapse file tree 3 files changed +10072
-10291
lines changed Expand file tree Collapse file tree 3 files changed +10072
-10291
lines changed Original file line number Diff line number Diff line change 18
18
.env.test.local
19
19
.env.production.local
20
20
21
+ # IntellijIdea files
22
+ * .iml
23
+ .idea
24
+ out
25
+
21
26
npm-debug.log *
22
27
yarn-debug.log *
23
28
yarn-error.log *
Original file line number Diff line number Diff line change 7
7
"@testing-library/jest-dom" : " ^5.11.4" ,
8
8
"@testing-library/react" : " ^11.1.0" ,
9
9
"@testing-library/user-event" : " ^12.1.10" ,
10
+ "ansi-html" : " 0.0.7" ,
11
+ "axios" : " ^0.25.0" ,
10
12
"bootstrap" : " ^4.6.0" ,
13
+ "browserslist" : " ^4.19.1" ,
14
+ "follow-redirects" : " ^1.14.7" ,
15
+ "glob-parent" : " ^6.0.2" ,
16
+ "immer" : " ^9.0.12" ,
17
+ "node-forge" : " ^1.2.1" ,
18
+ "nth-check" : " ^2.0.1" ,
11
19
"react" : " ^17.0.2" ,
12
20
"react-bootstrap" : " ^1.6.1" ,
13
21
"react-confirm-alert" : " ^2.7.0" ,
14
22
"react-dom" : " ^17.0.2" ,
15
23
"react-notifications" : " ^1.7.2" ,
16
24
"react-scripts" : " 4.0.3" ,
17
25
"react-toastify" : " ^7.0.4" ,
26
+ "tar" : " ^6.1.11" ,
27
+ "tmpl" : " ^1.0.5" ,
28
+ "url-parse" : " ^1.5.4" ,
18
29
"web-vitals" : " ^1.0.1"
19
30
},
20
31
"scripts" : {
You can’t perform that action at this time.
0 commit comments