|
|
|
|
@ -8,14 +8,15 @@
|
|
|
|
|
"name": "araratchess",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
|
|
|
"@types/axios": "^0.14.0",
|
|
|
|
|
"@types/react-redux": "^7.1.25",
|
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
|
"mobx": "^6.9.1",
|
|
|
|
|
"mobx-react-lite": "^4.0.3",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-hook-form": "^7.45.2",
|
|
|
|
|
"react-redux": "^8.1.1",
|
|
|
|
|
"react-router-dom": "^6.14.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
@ -366,6 +367,17 @@
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/runtime": {
|
|
|
|
|
"version": "7.22.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz",
|
|
|
|
|
"integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerator-runtime": "^0.13.11"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/template": {
|
|
|
|
|
"version": "7.22.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
|
|
|
|
|
@ -960,6 +972,29 @@
|
|
|
|
|
"node": ">= 8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@reduxjs/toolkit": {
|
|
|
|
|
"version": "1.9.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.5.tgz",
|
|
|
|
|
"integrity": "sha512-Rt97jHmfTeaxL4swLRNPD/zV4OxTes4la07Xc4hetpUW/vc75t5m1ANyxG6ymnEQ2FsLQsoMlYB2vV1sO3m8tQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"immer": "^9.0.21",
|
|
|
|
|
"redux": "^4.2.1",
|
|
|
|
|
"redux-thunk": "^2.4.2",
|
|
|
|
|
"reselect": "^4.1.8"
|
|
|
|
|
},
|
|
|
|
|
"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/@remix-run/router": {
|
|
|
|
|
"version": "1.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.2.tgz",
|
|
|
|
|
@ -982,6 +1017,15 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
|
|
|
|
|
"integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/hoist-non-react-statics": {
|
|
|
|
|
"version": "3.3.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@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/json-schema": {
|
|
|
|
|
"version": "7.0.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
|
|
|
|
|
@ -1007,11 +1051,22 @@
|
|
|
|
|
"version": "18.2.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"devOptional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/react": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react-redux": {
|
|
|
|
|
"version": "7.1.25",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz",
|
|
|
|
|
"integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/hoist-non-react-statics": "^3.3.0",
|
|
|
|
|
"@types/react": "*",
|
|
|
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
|
|
|
"redux": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react-router": {
|
|
|
|
|
"version": "5.1.20",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz",
|
|
|
|
|
@ -1042,6 +1097,11 @@
|
|
|
|
|
"integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/use-sync-external-store": {
|
|
|
|
|
"version": "0.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
|
|
"version": "5.62.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
|
|
|
|
|
@ -2341,6 +2401,14 @@
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/hoist-non-react-statics": {
|
|
|
|
|
"version": "3.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/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/ignore": {
|
|
|
|
|
"version": "5.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
|
|
|
|
|
@ -2350,6 +2418,15 @@
|
|
|
|
|
"node": ">= 4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/immer": {
|
|
|
|
|
"version": "9.0.21",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
|
|
|
|
|
"integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/immer"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/import-fresh": {
|
|
|
|
|
"version": "3.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
|
|
|
|
@ -2644,39 +2721,6 @@
|
|
|
|
|
"node": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mobx": {
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-7V41hvBmzCQg5n/xoZi2qkhREbnF3wHbzbIdR1sLJhVt6yWq2Zq0FlNahEt/RccOmEIjipvBqeQ4mlOEyMhaaA==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/mobx"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mobx-react-lite": {
|
|
|
|
|
"version": "4.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-4.0.3.tgz",
|
|
|
|
|
"integrity": "sha512-wEE1oT5zvDdvplG4HnRrFgPwg5GFVVrEtl42Er85k23zeu3om8H8wbDPgdbQP88zAihVsik6xJfw6VnzUl8fQw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"use-sync-external-store": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/mobx"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"mobx": "^6.9.0",
|
|
|
|
|
"react": "^16.8.0 || ^17 || ^18"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"react-dom": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"react-native": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ms": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
|
|
|
@ -3124,6 +3168,54 @@
|
|
|
|
|
"react": "^16.8.0 || ^17 || ^18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-is": {
|
|
|
|
|
"version": "16.13.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
|
|
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-redux": {
|
|
|
|
|
"version": "8.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-5W0QaKtEhj+3bC0Nj0NkqkhIv8gLADH/2kYFMTHxCVqQILiWzLv6MaLuV5wJU3BQEdHKzTfcvPN0WMS6SC1oyA==",
|
|
|
|
|
"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 || ^5.0.0-beta.0"
|
|
|
|
|
},
|
|
|
|
|
"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.npmjs.org/react-is/-/react-is-18.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/react-refresh": {
|
|
|
|
|
"version": "0.14.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",
|
|
|
|
|
@ -3184,6 +3276,32 @@
|
|
|
|
|
"node": ">=8.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/redux": {
|
|
|
|
|
"version": "4.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.9.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/redux-thunk": {
|
|
|
|
|
"version": "2.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"redux": "^4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regenerator-runtime": {
|
|
|
|
|
"version": "0.13.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
|
|
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/reselect": {
|
|
|
|
|
"version": "4.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
|
|
|
|
|
"integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/resolve": {
|
|
|
|
|
"version": "1.22.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
|
|
|
|
|
|