Input logic for mobile users done

This commit is contained in:
2021-10-20 18:22:58 -03:00
parent ff02ece0dc
commit 65251009de
8 changed files with 12236 additions and 25 deletions

View File

@@ -2,23 +2,15 @@
"name": "hangman-game",
"version": "0.1.0",
"private": true,
"engines": {
"node": "12.22.7",
"npm": "6.14.15"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"buildpack": "0.0.1",
"firebase": "^9.1.2",
"html-webpack-plugin": "^5.4.0",
"firebase": "^9.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"web-vitals": "^1.1.2",
"webpack": "^5.59.0",
"webpack-dev-server": "^4.3.1"
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",