Skip to content

Commit 32d4ccf

Browse files
Update package.json
1 parent 3da5542 commit 32d4ccf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@
77
"@testing-library/jest-dom": "^6.6.3",
88
"@testing-library/react": "^16.3.0",
99
"@testing-library/user-event": "^13.5.0",
10+
"axios": "^1.10.0",
1011
"chart.js": "^4.4.9",
12+
"cors": "^2.8.5",
13+
"express": "^5.1.0",
1114
"lucide-react": "^0.518.0",
1215
"mathjs": "^14.5.2",
1316
"react": "^19.1.0",
1417
"react-chartjs-2": "^5.3.0",
1518
"react-dom": "^19.1.0",
16-
"react-router-dom": "^7.6.1",
19+
"react-helmet": "^6.1.0",
20+
"react-router-dom": "^7.6.3",
1721
"react-scripts": "5.0.1",
1822
"recharts": "^2.15.3",
23+
"sqlite3": "^5.1.7",
1924
"web-vitals": "^2.1.4",
2025
"webpack-dev-server": "^5.2.1"
2126
},

0 commit comments

Comments
 (0)