11{
2- "name" : " my-app" ,
3- "version" : " 0.1.0" ,
4- "private" : true ,
5- "proxy" : " http://server:3001" ,
6- "dependencies" : {
7- "@cmsgov/design-system" : " ^2.7.3" ,
8- "@testing-library/jest-dom" : " ^5.11.4" ,
9- "@testing-library/react" : " ^11.1.0" ,
10- "@testing-library/user-event" : " ^12.1.10" ,
11- "@types/jest" : " ^26.0.15" ,
12- "@types/node" : " ^12.0.0" ,
13- "@types/react" : " ^17.0.0" ,
14- "@types/react-dom" : " ^17.0.0" ,
15- "axios" : " ^0.21.2" ,
16- "http-proxy-middleware" : " ^1.3.1" ,
17- "node-sass" : " ^4.14.1" ,
18- "react" : " ^17.0.2" ,
19- "react-dom" : " ^17.0.2" ,
20- "react-router-dom" : " ^5.2.0" ,
21- "react-scripts" : " 4.0.3" ,
22- "typescript" : " ^4.1.2" ,
23- "web-vitals" : " ^1.0.1"
24- },
25- "scripts" : {
26- "start" : " react-scripts start" ,
27- "build" : " react-scripts build" ,
28- "test" : " react-scripts test" ,
29- "eject" : " react-scripts eject"
30- },
31- "eslintConfig" : {
32- "extends" : [
33- " react-app" ,
34- " react-app/jest"
35- ]
36- },
37- "browserslist" : {
38- "production" : [
39- " >0.2%" ,
40- " not dead" ,
41- " not op_mini all"
42- ],
43- "development" : [
44- " last 1 chrome version" ,
45- " last 1 firefox version" ,
46- " last 1 safari version"
47- ]
48- },
49- "devDependencies" : {
50- "@types/react-router-dom" : " ^5.1.7"
51- }
52- }
2+ "name" : " my-app" ,
3+ "version" : " 0.1.0" ,
4+ "private" : true ,
5+ "proxy" : " http://localhost:3001" ,
6+ "dependencies" : {
7+ "@cmsgov/design-system" : " ^2.7.3" ,
8+ "@types/node" : " ^12.0.0" ,
9+ "@types/react" : " ^17.0.0" ,
10+ "@types/react-dom" : " ^17.0.0" ,
11+ "axios" : " ^0.21.2" ,
12+ "http-proxy-middleware" : " ^1.3.1" ,
13+ "react" : " ^18.2.0" ,
14+ "react-dom" : " ^18.2.0" ,
15+ "react-router-dom" : " ^6.4.2" ,
16+ "react-scripts" : " 5.0.1" ,
17+ "node-sass" : " 7.0.3" ,
18+ "typescript" : " ^4.8.4" ,
19+ "web-vitals" : " ^3.0.3"
20+ },
21+ "scripts" : {
22+ "start" : " REACT_APP_CTX=docker react-scripts start" ,
23+ "start-native" : " REACT_APP_CTX=native react-scripts start" ,
24+ "lint" : " eslint --ext .ts --ext .js --ext .tsx ." ,
25+ "build" : " react-scripts build" ,
26+ "test" : " react-scripts test" ,
27+ "eject" : " react-scripts eject"
28+ },
29+ "eslintConfig" : {
30+ "extends" : [
31+ " react-app" ,
32+ " react-app/jest"
33+ ]
34+ },
35+ "browserslist" : {
36+ "production" : [
37+ " >0.2%" ,
38+ " not dead" ,
39+ " not op_mini all"
40+ ],
41+ "development" : [
42+ " last 1 chrome version" ,
43+ " last 1 firefox version" ,
44+ " last 1 safari version"
45+ ]
46+ },
47+ "devDependencies" : {
48+ "@testing-library/jest-dom" : " ^5.16.5" ,
49+ "@testing-library/react" : " ^13.4.0" ,
50+ "@testing-library/user-event" : " ^13.5.0" ,
51+ "@types/jest" : " ^29.1.2" ,
52+ "@types/react-router-dom" : " ^5.3.3" ,
53+ "@typescript-eslint/eslint-plugin" : " ^5.12.0" ,
54+ "@typescript-eslint/parser" : " ^5.12.0" ,
55+ "eslint-config-react-app" : " ^7.0.0" ,
56+ "eslint-plugin-react" : " ^7.28.0"
57+ },
58+ "resolutions" : {
59+ "@types/react" : " ^17.0.2"
60+ }
61+ }
0 commit comments