first commit

This commit is contained in:
Gitea
2026-06-24 16:10:54 +05:30
parent e6628183b0
commit f9cd469db9
14 changed files with 1315 additions and 48 deletions
+3 -1
View File
@@ -2,6 +2,7 @@
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8981",
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
@@ -10,7 +11,8 @@
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"axios": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",