-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
114 lines (114 loc) · 3.34 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "acolyte-fight",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "webpack",
"facebook": "./create-fb-package.sh",
"start": "npm-run-all --parallel watch:server watch:build",
"watch:build": "webpack --watch",
"watch:server": "nodemon ./dist/server.js --watch ./dist",
"fb": "node fb.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/firestore": "^3.8.6",
"@google-cloud/logging-winston": "^1.1.1",
"@types/archiver": "^3.0.0",
"@types/base64-url": "^2.2.0",
"@types/classnames": "^2.2.6",
"@types/color": "^3.0.0",
"@types/commander": "^2.12.2",
"@types/compression": "0.0.36",
"@types/cookie": "^0.3.1",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/crypto-js": "^3.1.43",
"@types/express": "^4.16.0",
"@types/form-urlencoded": "^2.0.0",
"@types/gl-matrix": "^2.4.5",
"@types/immutable": "^3.8.7",
"@types/localforage": "0.0.34",
"@types/lodash": "^4.14.109",
"@types/msgpack-lite": "^0.1.6",
"@types/node-fetch": "^2.1.2",
"@types/query-string": "^6.1.0",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.6",
"@types/react-motion": "^0.0.27",
"@types/react-redux": "^6.0.6",
"@types/redux": "^3.6.0",
"@types/reselect": "^2.2.0",
"@types/screenfull": "^3.3.1",
"@types/socket.io": "^1.4.35",
"@types/socket.io-client": "^1.4.32",
"@types/string-hash": "^1.1.1",
"@types/uniqid": "^4.1.2",
"@types/url-join": "^0.8.2",
"@types/winston": "^2.3.9",
"@types/wu": "^2.1.39",
"archiver": "^3.1.1",
"base64-url": "^2.2.0",
"classnames": "^2.2.6",
"codeflask": "^1.3.0",
"color": "^3.0.0",
"commander": "^2.15.1",
"compression": "^1.7.3",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"css-loader": "^2.1.0",
"express": "^4.16.3",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"form-urlencoded": "^3.0.0",
"gl-matrix": "^3.0.0",
"glicko2": "^0.8.4",
"immutable": "^3.8.2",
"localforage": "^1.7.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"msgpack-lite": "^0.1.26",
"nanotimer": "^0.3.15",
"node-fetch": "^2.2.0",
"node-sass": "^4.13.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"path2d-polyfill": "^0.2.1",
"planck-js": "^0.3.9",
"promise-defer": "^1.0.0",
"promise-each": "^2.2.0",
"promise-map": "^1.2.0",
"qrious": "^4.0.2",
"query-string": "^6.1.0",
"raw-loader": "^3.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-motion": "^0.5.2",
"react-redux": "^7.1.0",
"redux": "^4.0.0",
"reselect": "^3.0.1",
"sass-loader": "^8.0.0",
"screenfull": "^4.2.1",
"scroll-into-view": "^1.9.3",
"socket.io": "^2.2.0",
"socket.io-client": "^2.1.1",
"socket.io-msgpack-parser": "^2.2.0",
"string-hash": "^1.1.3",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.2",
"uniqid": "^5.0.3",
"url-join": "^4.0.0",
"uws": "10.148.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-glsl-loader": "^1.0.1",
"webpack-node-externals": "^1.7.2",
"winston": "^3.0.0",
"wu": "^2.1.0"
}
}