We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da5542 commit 32d4ccfCopy full SHA for 32d4ccf
package.json
@@ -7,15 +7,20 @@
7
"@testing-library/jest-dom": "^6.6.3",
8
"@testing-library/react": "^16.3.0",
9
"@testing-library/user-event": "^13.5.0",
10
+ "axios": "^1.10.0",
11
"chart.js": "^4.4.9",
12
+ "cors": "^2.8.5",
13
+ "express": "^5.1.0",
14
"lucide-react": "^0.518.0",
15
"mathjs": "^14.5.2",
16
"react": "^19.1.0",
17
"react-chartjs-2": "^5.3.0",
18
"react-dom": "^19.1.0",
- "react-router-dom": "^7.6.1",
19
+ "react-helmet": "^6.1.0",
20
+ "react-router-dom": "^7.6.3",
21
"react-scripts": "5.0.1",
22
"recharts": "^2.15.3",
23
+ "sqlite3": "^5.1.7",
24
"web-vitals": "^2.1.4",
25
"webpack-dev-server": "^5.2.1"
26
},
0 commit comments