first commit

This commit is contained in:
Ivan Vazhenin
2023-12-19 20:28:57 +03:00
parent bd9c5fed6f
commit f16d902a5c
4 changed files with 406 additions and 26 deletions
+6 -1
View File
@@ -9,7 +9,12 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"@apollo/client": "^3.8.8",
"graphql": "^16.8.1",
"@apollo/react-components": "^4.0.0",
"graphql-tag": "^2.12.6",
"react-router-dom": "^6.21.0"
},
"scripts": {
"start": "react-scripts start",