mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Input logic for mobile users done
This commit is contained in:
24
package.json.save
Normal file
24
package.json.save
Normal file
@@ -0,0 +1,24 @@
|
||||
"name": "hangman-game",
|
||||
"version": "0.1.0",
|
||||
"description": "This is a project for create an Hangman game with React",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": "12.22.7",
|
||||
"npm": "8.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
{
|
||||
{
|
||||
{
|
||||
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"watch": "webpack --watch",
|
||||
"build": "webpack"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user