|
1 | 1 | {
|
2 | 2 | "name":"client",
|
3 |
| -"version":"0.1.0", |
| 3 | +"version":"0.2.0", |
4 | 4 | "private":true,
|
5 | 5 | "dependencies": {
|
6 |
| -"@apollo/client":"^3.4.6", |
7 |
| -"@reach/router":"^1.2.1", |
8 |
| -"@types/node":"^12.12.14", |
9 |
| -"@types/reach__router":"^1.2.6", |
10 |
| -"@types/react":"^16.9.15", |
11 |
| -"@types/react-dom":"^16.9.4", |
12 |
| -"emotion":"^9.2.12", |
13 |
| -"graphql":"^14.7.0", |
14 |
| -"polished":"^3.4.1", |
15 |
| -"react":"^16.12.0", |
16 |
| -"react-dom":"^16.12.0", |
17 |
| -"react-emotion":"^9.2.12", |
18 |
| -"react-scripts":"^3.4.1", |
19 |
| -"typescript":"^3.7.3" |
| 6 | +"@apollo/client":"^3.7.0", |
| 7 | +"@emotion/css":"^11.10.0", |
| 8 | +"@emotion/react":"^11.10.4", |
| 9 | +"@emotion/styled":"^11.10.4", |
| 10 | +"graphql":"^16.5.0", |
| 11 | +"history":"^5.3.0", |
| 12 | +"polished":"^4.2.2", |
| 13 | +"react":"^18.2.0", |
| 14 | +"react-dom":"^18.2.0", |
| 15 | +"react-router":"^6.4.1", |
| 16 | +"react-router-dom":"^6.4.1", |
| 17 | +"react-scripts":"^5.0.1", |
| 18 | +"typescript":"^4.8.4" |
20 | 19 | },
|
21 | 20 | "scripts": {
|
22 | 21 | "start":"react-scripts start",
|
|
36 | 35 | "not op_mini all"
|
37 | 36 | ],
|
38 | 37 | "devDependencies": {
|
39 |
| -"@testing-library/jest-dom":"^4.0.0", |
40 |
| -"@testing-library/react":"^8.0.7", |
41 |
| -"@types/jest":"^24.0.23", |
42 |
| -"apollo":"^2.32.5", |
43 |
| -"artillery":"^1.6.0-26", |
44 |
| -"npm-watch":"^0.6.0" |
| 38 | +"@testing-library/jest-dom":"^5.16.5", |
| 39 | +"@testing-library/react":"^13.4.0", |
| 40 | +"@types/jest":"^29.1.1", |
| 41 | +"@types/node":"^18.7.3", |
| 42 | +"@types/react":"^18.0.21", |
| 43 | +"@types/react-dom":"^18.0.6", |
| 44 | +"@types/react-router":"^5.1.19", |
| 45 | +"artillery":"^2.0.0-23", |
| 46 | +"npm-watch":"^0.11.0" |
45 | 47 | }
|
46 | 48 | }
|