|
@@ -13,6 +13,7 @@
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"react": "^18.3.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
|
|
+ "react-router-dom": "^6.26.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
"web-vitals": "^2.1.4"
|
|
}
|
|
}
|
|
@@ -3540,6 +3541,15 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@remix-run/router": {
|
|
|
|
+ "version": "1.19.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@remix-run/router/-/router-1.19.0.tgz",
|
|
|
|
+ "integrity": "sha512-zDICCLKEwbVYTS6TjYaWtHXxkdoUvD/QXvyVZjGCsWz5vyH7aFeONlPffPdW+Y/t6KT0MgXb2Mfjun9YpWN1dA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@rollup/plugin-babel": {
|
|
"node_modules/@rollup/plugin-babel": {
|
|
"version": "5.3.1",
|
|
"version": "5.3.1",
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
@@ -16212,6 +16222,38 @@
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-router": {
|
|
|
|
+ "version": "6.26.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.26.0.tgz",
|
|
|
|
+ "integrity": "sha512-wVQq0/iFYd3iZ9H2l3N3k4PL8EEHcb0XlU2Na8nEwmiXgIUElEH6gaJDtUQxJ+JFzmIXaQjfdpcGWaM6IoQGxg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@remix-run/router": "1.19.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": ">=16.8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/react-router-dom": {
|
|
|
|
+ "version": "6.26.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.26.0.tgz",
|
|
|
|
+ "integrity": "sha512-RRGUIiDtLrkX3uYcFiCIxKFWMcWQGMojpYZfcstc63A1+sSnVgILGIm9gNUA6na3Fm1QuPGSBQH2EMbAZOnMsQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@remix-run/router": "1.19.0",
|
|
|
|
+ "react-router": "6.26.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": ">=16.8",
|
|
|
|
+ "react-dom": ">=16.8"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-scripts": {
|
|
"node_modules/react-scripts": {
|
|
"version": "5.0.1",
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-5.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-5.0.1.tgz",
|