-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
70 lines (70 loc) · 1.98 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
{
"name": "@colyseus/monitor",
"version": "0.15.8",
"description": "Web Monitoring Panel for Colyseus",
"input": "./src/index.ts",
"main": "./build/index.js",
"module": "./build/index.mjs",
"typings": "./build/index.d.ts",
"scripts": {
"start": "ts-node example/Server.ts",
"build": "tsc && NODE_OPTIONS=--openssl-legacy-provider webpack --env.production",
"prepublishOnly": "tsc && npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/colyseus/colyseus.git"
},
"keywords": [
"colyseus",
"multiplayer",
"stats",
"monitoring",
"realtime",
"websockets"
],
"author": "Endel Dreyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/colyseus/colyseus/issues"
},
"homepage": "https://github.com/colyseus/colyseus#readme",
"devDependencies": {
"@colyseus/core": "^0.15.0",
"@colyseus/playground": "^0.15.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.18.2",
"@types/node-os-utils": "^1.1.0",
"@types/react": "^18.2.38",
"@types/react-router-dom": "^4.2.6",
"colyseus": "^0.15.15",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"history": "^5.3.0",
"html-webpack-plugin": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-edit": "^0.3.1",
"react-router-dom": "^4.2.2",
"react18-json-view": "^0.2.6",
"style-loader": "^0.20.3",
"ts-loader": "^4.2.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.1.2",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"express": "^4.16.2",
"node-os-utils": "^1.2.0"
},
"gitHead": "320a0325f01eff3cd7afa8fb2efa80077ebdbf4a"
}