|
|
|
@ -8,13 +8,17 @@ |
|
|
|
|
"name": "calc", |
|
|
|
|
"version": "0.1.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@reduxjs/toolkit": "^1.8.5", |
|
|
|
|
"@testing-library/jest-dom": "^5.16.5", |
|
|
|
|
"@testing-library/react": "^13.3.0", |
|
|
|
|
"@testing-library/user-event": "^13.5.0", |
|
|
|
|
"bootstrap": "^5.2.0", |
|
|
|
|
"react": "^18.2.0", |
|
|
|
|
"react-dom": "^18.2.0", |
|
|
|
|
"react-redux": "^8.0.2", |
|
|
|
|
"react-router-dom": "^6.3.0", |
|
|
|
|
"react-scripts": "5.0.1", |
|
|
|
|
"redux": "^4.2.0", |
|
|
|
|
"web-vitals": "^2.1.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -2985,6 +2989,29 @@ |
|
|
|
|
"integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", |
|
|
|
|
"peer": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@reduxjs/toolkit": { |
|
|
|
|
"version": "1.8.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@reduxjs/toolkit/-/toolkit-1.8.5.tgz", |
|
|
|
|
"integrity": "sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"immer": "^9.0.7", |
|
|
|
|
"redux": "^4.1.2", |
|
|
|
|
"redux-thunk": "^2.4.1", |
|
|
|
|
"reselect": "^4.1.5" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": "^16.9.0 || ^17.0.0 || ^18", |
|
|
|
|
"react-redux": "^7.2.1 || ^8.0.2" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"react": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"react-redux": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@rollup/plugin-babel": { |
|
|
|
|
"version": "5.3.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", |
|
|
|
@ -3594,6 +3621,15 @@ |
|
|
|
|
"@types/node": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/hoist-non-react-statics": { |
|
|
|
|
"version": "3.3.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", |
|
|
|
|
"integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/react": "*", |
|
|
|
|
"hoist-non-react-statics": "^3.3.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/html-minifier-terser": { |
|
|
|
|
"version": "6.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
|
|
|
@ -3969,6 +4005,11 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.2.tgz", |
|
|
|
|
"integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/use-sync-external-store": { |
|
|
|
|
"version": "0.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", |
|
|
|
|
"integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/ws": { |
|
|
|
|
"version": "8.5.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz", |
|
|
|
@ -8005,6 +8046,27 @@ |
|
|
|
|
"he": "bin/he" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/history": { |
|
|
|
|
"version": "5.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/history/-/history-5.3.0.tgz", |
|
|
|
|
"integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/runtime": "^7.7.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/hoist-non-react-statics": { |
|
|
|
|
"version": "3.3.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
|
|
|
|
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"react-is": "^16.7.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/hoist-non-react-statics/node_modules/react-is": { |
|
|
|
|
"version": "16.13.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz", |
|
|
|
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/hoopy": { |
|
|
|
|
"version": "0.1.4", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/hoopy/-/hoopy-0.1.4.tgz", |
|
|
|
@ -13099,6 +13161,49 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz", |
|
|
|
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-redux": { |
|
|
|
|
"version": "8.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-8.0.2.tgz", |
|
|
|
|
"integrity": "sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/runtime": "^7.12.1", |
|
|
|
|
"@types/hoist-non-react-statics": "^3.3.1", |
|
|
|
|
"@types/use-sync-external-store": "^0.0.3", |
|
|
|
|
"hoist-non-react-statics": "^3.3.2", |
|
|
|
|
"react-is": "^18.0.0", |
|
|
|
|
"use-sync-external-store": "^1.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"@types/react": "^16.8 || ^17.0 || ^18.0", |
|
|
|
|
"@types/react-dom": "^16.8 || ^17.0 || ^18.0", |
|
|
|
|
"react": "^16.8 || ^17.0 || ^18.0", |
|
|
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0", |
|
|
|
|
"react-native": ">=0.59", |
|
|
|
|
"redux": "^4" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"@types/react": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"@types/react-dom": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"react-dom": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"react-native": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"redux": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-redux/node_modules/react-is": { |
|
|
|
|
"version": "18.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz", |
|
|
|
|
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-refresh": { |
|
|
|
|
"version": "0.11.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.11.0.tgz", |
|
|
|
@ -13107,6 +13212,30 @@ |
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"history": "^5.2.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=16.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router-dom": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"history": "^5.2.0", |
|
|
|
|
"react-router": "6.3.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=16.8", |
|
|
|
|
"react-dom": ">=16.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-scripts": { |
|
|
|
|
"version": "5.0.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-5.0.1.tgz", |
|
|
|
@ -13245,6 +13374,22 @@ |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/redux": { |
|
|
|
|
"version": "4.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/redux/-/redux-4.2.0.tgz", |
|
|
|
|
"integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/runtime": "^7.9.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/redux-thunk": { |
|
|
|
|
"version": "2.4.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/redux-thunk/-/redux-thunk-2.4.1.tgz", |
|
|
|
|
"integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"redux": "^4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/regenerate": { |
|
|
|
|
"version": "1.4.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", |
|
|
|
@ -13381,6 +13526,11 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", |
|
|
|
|
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/reselect": { |
|
|
|
|
"version": "4.1.6", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/reselect/-/reselect-4.1.6.tgz", |
|
|
|
|
"integrity": "sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/resolve": { |
|
|
|
|
"version": "1.22.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", |
|
|
|
@ -14812,6 +14962,14 @@ |
|
|
|
|
"requires-port": "^1.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/use-sync-external-store": { |
|
|
|
|
"version": "1.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", |
|
|
|
|
"integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/util-deprecate": { |
|
|
|
|
"version": "1.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", |
|
|
|
@ -17805,6 +17963,17 @@ |
|
|
|
|
"integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", |
|
|
|
|
"peer": true |
|
|
|
|
}, |
|
|
|
|
"@reduxjs/toolkit": { |
|
|
|
|
"version": "1.8.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@reduxjs/toolkit/-/toolkit-1.8.5.tgz", |
|
|
|
|
"integrity": "sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==", |
|
|
|
|
"requires": { |
|
|
|
|
"immer": "^9.0.7", |
|
|
|
|
"redux": "^4.1.2", |
|
|
|
|
"redux-thunk": "^2.4.1", |
|
|
|
|
"reselect": "^4.1.5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@rollup/plugin-babel": { |
|
|
|
|
"version": "5.3.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", |
|
|
|
@ -18286,6 +18455,15 @@ |
|
|
|
|
"@types/node": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@types/hoist-non-react-statics": { |
|
|
|
|
"version": "3.3.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", |
|
|
|
|
"integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", |
|
|
|
|
"requires": { |
|
|
|
|
"@types/react": "*", |
|
|
|
|
"hoist-non-react-statics": "^3.3.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@types/html-minifier-terser": { |
|
|
|
|
"version": "6.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", |
|
|
|
@ -18620,6 +18798,11 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.2.tgz", |
|
|
|
|
"integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" |
|
|
|
|
}, |
|
|
|
|
"@types/use-sync-external-store": { |
|
|
|
|
"version": "0.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", |
|
|
|
|
"integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" |
|
|
|
|
}, |
|
|
|
|
"@types/ws": { |
|
|
|
|
"version": "8.5.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz", |
|
|
|
@ -21774,6 +21957,29 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz", |
|
|
|
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" |
|
|
|
|
}, |
|
|
|
|
"history": { |
|
|
|
|
"version": "5.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/history/-/history-5.3.0.tgz", |
|
|
|
|
"integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/runtime": "^7.7.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"hoist-non-react-statics": { |
|
|
|
|
"version": "3.3.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
|
|
|
|
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
|
|
|
|
"requires": { |
|
|
|
|
"react-is": "^16.7.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"react-is": { |
|
|
|
|
"version": "16.13.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz", |
|
|
|
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"hoopy": { |
|
|
|
|
"version": "0.1.4", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/hoopy/-/hoopy-0.1.4.tgz", |
|
|
|
@ -25563,11 +25769,48 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz", |
|
|
|
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" |
|
|
|
|
}, |
|
|
|
|
"react-redux": { |
|
|
|
|
"version": "8.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-8.0.2.tgz", |
|
|
|
|
"integrity": "sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/runtime": "^7.12.1", |
|
|
|
|
"@types/hoist-non-react-statics": "^3.3.1", |
|
|
|
|
"@types/use-sync-external-store": "^0.0.3", |
|
|
|
|
"hoist-non-react-statics": "^3.3.2", |
|
|
|
|
"react-is": "^18.0.0", |
|
|
|
|
"use-sync-external-store": "^1.0.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"react-is": { |
|
|
|
|
"version": "18.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz", |
|
|
|
|
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"react-refresh": { |
|
|
|
|
"version": "0.11.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.11.0.tgz", |
|
|
|
|
"integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" |
|
|
|
|
}, |
|
|
|
|
"react-router": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==", |
|
|
|
|
"requires": { |
|
|
|
|
"history": "^5.2.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"react-router-dom": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==", |
|
|
|
|
"requires": { |
|
|
|
|
"history": "^5.2.0", |
|
|
|
|
"react-router": "6.3.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"react-scripts": { |
|
|
|
|
"version": "5.0.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-5.0.1.tgz", |
|
|
|
@ -25676,6 +25919,20 @@ |
|
|
|
|
"strip-indent": "^3.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"redux": { |
|
|
|
|
"version": "4.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/redux/-/redux-4.2.0.tgz", |
|
|
|
|
"integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/runtime": "^7.9.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"redux-thunk": { |
|
|
|
|
"version": "2.4.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/redux-thunk/-/redux-thunk-2.4.1.tgz", |
|
|
|
|
"integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", |
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"regenerate": { |
|
|
|
|
"version": "1.4.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", |
|
|
|
@ -25787,6 +26044,11 @@ |
|
|
|
|
"resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", |
|
|
|
|
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" |
|
|
|
|
}, |
|
|
|
|
"reselect": { |
|
|
|
|
"version": "4.1.6", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/reselect/-/reselect-4.1.6.tgz", |
|
|
|
|
"integrity": "sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ==" |
|
|
|
|
}, |
|
|
|
|
"resolve": { |
|
|
|
|
"version": "1.22.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", |
|
|
|
@ -26905,6 +27167,12 @@ |
|
|
|
|
"requires-port": "^1.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"use-sync-external-store": { |
|
|
|
|
"version": "1.2.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", |
|
|
|
|
"integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", |
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"util-deprecate": { |
|
|
|
|
"version": "1.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", |
|
|
|
|