Added package.json

This commit is contained in:
Administrator 2021-05-26 17:10:14 +02:00
parent 0381650c66
commit a1a75fffdb
3 changed files with 1031 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,4 +1,2 @@
.idea/
node_modules/
package-lock.json
package.json
node_modules/

1021
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "projektmanagement-game",
"version": "1.0.0",
"dependencies": {
"express": "^4.17.1",
"pixi.js": "^6.0.4",
"socket.io": "^4.1.2"
}
}