Toutes les classes pour l'algorithme de génération des personnes et de création des indices correspondant à une personne choisie

pull/51/head
Thomas Chazot 11 months ago
parent 2cf15520e5
commit 6bc454fb36

@ -11,6 +11,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/lodash": "^4.14.200",
"bootstrap": "^5.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
@ -4296,6 +4297,11 @@
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
},
"node_modules/@types/lodash": {
"version": "4.14.201",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
"integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
},
"node_modules/@types/mime": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.4.tgz",

@ -18,11 +18,7 @@ import SportIndice from '../source/Indices/SportIndice';
import Stub from '../source/Stub';
import NetworkGenerator from '../source/NetworkGenerator';
import GraphCreator from '../source/GraphCreator';
import { FormattedMessage } from 'react-intl';
function Home() {

@ -8,7 +8,7 @@
"target": "es5",
"lib": ["dom", "es2015"],
"jsx": "react",
"strict": true
"strict": true,
},
// ...
}

@ -3957,6 +3957,11 @@
"resolved" "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
"version" "0.0.29"
"@types/lodash@^4.14.200":
"integrity" "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
"resolved" "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz"
"version" "4.14.201"
"@types/mime@*", "@types/mime@^1":
"integrity" "sha512-1Gjee59G25MrQGk8bsNvC6fxNiRgUlGn2wlhGf95a59DrprnnHk80FIMMFG9XHMdrfsuA119ht06QPDXA1Z7tw=="
"resolved" "https://registry.npmjs.org/@types/mime/-/mime-1.3.4.tgz"

Loading…
Cancel
Save