WIP: Basic Jodel Application

This commit is contained in:
Pete Gerlach
2024-05-28 20:10:09 +02:00
parent b6999ff3ad
commit d2778cd922
17 changed files with 373 additions and 91 deletions

View File

@@ -3,12 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"sass": "^1.77.2",
"scss": "^0.2.4",
"web-vitals": "^2.1.4"
},
"scripts": {