This commit is contained in:
2024-03-26 14:55:35 +01:00
parent 1a2b1543cc
commit 956cc7a0bf
4 changed files with 6539 additions and 6145 deletions

2
.idea/.gitignore generated vendored
View File

@@ -3,3 +3,5 @@
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# GitHub Copilot persisted chat sessions
/copilot/chatSessions

6797
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,10 +11,11 @@
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.11.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"sass": "^1.69.4",
"typescript": "^5.2.2",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"yarn": "^1.22.22"
},
"scripts": {
"start": "react-scripts start",

5880
yarn.lock

File diff suppressed because it is too large Load Diff