-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "drawing-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "tsc && webpack",
"start": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Endel Dreyer",
"license": "MIT",
"devDependencies": {
"@colyseus/loadtest": "^0.2.3",
"@types/express": "^4.16.1",
"@types/mongoose": "^5.5.14",
"@types/redis": "^2.8.12",
"css-loader": "^3.2.0",
"debug": "^4.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.18.9",
"style-loader": "^1.0.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.5.1",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3"
},
"dependencies": {
"@colyseus/monitor": "^0.11.0",
"@colyseus/social": "^0.11.0",
"body-parser": "^1.19.0",
"colyseus": "^0.11.6",
"colyseus.js": "^0.11.0",
"express": "^4.16.4",
"express-basic-auth": "^1.1.6",
"express-jwt": "^5.3.1",
"httpie": "^2.0.0-next.2",
"mongoose": "^5.6.11",
"sweetalert2": "^9.10.12"
}
}