|
|
@ -16,10 +16,10 @@ |
|
|
"react-dom": "^17.0.2", |
|
|
"react-dom": "^17.0.2", |
|
|
"react-fontawesome": "^1.7.1", |
|
|
"react-fontawesome": "^1.7.1", |
|
|
"react-recaptcha-google": "^1.1.1", |
|
|
"react-recaptcha-google": "^1.1.1", |
|
|
|
|
|
"react-router-dom": "^6.0.2", |
|
|
"react-scripts": "4.0.3", |
|
|
"react-scripts": "4.0.3", |
|
|
"react-select": "^5.2.1", |
|
|
"react-select": "^5.2.1", |
|
|
"web-vitals": "^1.0.1", |
|
|
"web-vitals": "^1.0.1" |
|
|
"react-router-dom": "^6.0.2" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"start": "react-scripts start", |
|
|
"start": "react-scripts start", |
|
|
@ -46,6 +46,6 @@ |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"react-router-dom": "^6.0.2" |
|
|
"react-router-dom": "5.2.0" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|