Added the express dependency to the package.json
This commit is contained in:
14
package.json
14
package.json
@ -5,5 +5,17 @@
|
||||
"main": "server/index.js",
|
||||
"repository": "https://github.com/gnmyt/CountryGuessr.git",
|
||||
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"webui": "cd webui && yarn dev",
|
||||
"server": "nodemon server",
|
||||
"dev": "concurrently --kill-others \"yarn server\" \"yarn webui\""
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.1.0",
|
||||
"nodemon": "^2.0.22"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user