Added package.json
This commit is contained in:
parent
0381650c66
commit
a1a75fffdb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
.idea/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
package.json
|
1021
package-lock.json
generated
Normal file
1021
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
9
package.json
Normal file
9
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user