adding excel

This commit is contained in:
Mikan
2025-06-03 00:42:28 +03:00
parent 672a884ae9
commit 94b9191ccf
3 changed files with 121 additions and 3 deletions

View File

@@ -11,10 +11,12 @@
"deploy": "python ../build_front_end.py"
},
"dependencies": {
"file-saver": "^2.0.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.6.0"
"react-router-dom": "^7.6.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.25.0",