Skip to content

Commit a69c130

Browse files
committed
feat: ajouter un fond aléatoire dynamique
1 parent eea03f0 commit a69c130

File tree

4 files changed

+4963
-8
lines changed

4 files changed

+4963
-8
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
"@fortawesome/react-fontawesome": "^0.2.2",
1818
"autoprefixer": "^10.4.19",
1919
"axios": "^1.7.2",
20+
"chart.js": "^4.4.8",
2021
"country-list-js": "^3.1.8",
2122
"file-saver": "^2.0.5",
2223
"html2canvas": "^1.4.1",
2324
"jspdf": "^2.5.1",
2425
"postcss": "^8.4.38",
26+
"prop-types": "^15.8.1",
2527
"react": "^18.3.1",
2628
"react-chartjs-2": "^5.2.0",
2729
"react-dom": "^18.2.0",
28-
"react-router-dom": "^6.23.1"
30+
"react-router-dom": "^6.23.1",
31+
"react-toastify": "^11.0.5"
2932
},
3033
"devDependencies": {
3134
"@commitlint/cli": "^19.3.0",

0 commit comments

Comments
 (0)