|
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":"^15.5.1", |
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 | +"@types/node":"^18.7.3", |
| 11 | +"@types/react-dom":"^18.0.6", |
| 12 | +"@types/react-router":"^5.1.19", |
| 13 | +"graphql":"^16.5.0", |
| 14 | +"polished":"^4.2.2", |
| 15 | +"react":"^18.2.0", |
| 16 | +"react-dom":"^18.2.0", |
| 17 | +"react-emotion":"^10.0.0", |
| 18 | +"react-router":"^6.4.1", |
| 19 | +"react-router-dom":"^6.4.1", |
| 20 | +"react-scripts":"^5.0.1", |
| 21 | +"typescript":"^4.8.4" |
20 | 22 | },
|
21 | 23 | "scripts": {
|
22 | 24 | "start":"react-scripts start",
|
|
36 | 38 | "not op_mini all"
|
37 | 39 | ],
|
38 | 40 | "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" |
| 41 | +"@testing-library/jest-dom":"^5.16.5", |
| 42 | +"@testing-library/react":"^13.4.0", |
| 43 | +"@types/jest":"^29.1.1", |
| 44 | +"@types/react":"^18.0.21", |
| 45 | +"artillery":"^2.0.0-23", |
| 46 | +"npm-watch":"^0.11.0" |
45 | 47 | }
|
46 | 48 | }
|