merged react app into nextjs app

This commit is contained in:
aronmal 2023-01-06 16:33:37 +01:00
parent 16b48b3ead
commit c2770e5094
Signed by: aronmal
GPG key ID: 816B7707426FC612
60 changed files with 612 additions and 25050 deletions

View file

@ -9,6 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
@ -18,6 +22,11 @@
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-client": "^4.5.4",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/web-bluetooth": "^0.0.16",
"sass": "^1.57.1"
}
}