-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.4 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.4 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
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
115
116
117
118
119
120
121
122
123
124
{
"name": "sink-or-be-sunk-web",
"version": "1.0.0",
"main": "dist/server.js",
"description": "Sink or be Sunk Websocket Server",
"repository": {
"type": "git",
"url": "https://github.com/Sink-or-be-Sunk/Websocket_Server"
},
"engines": {
"node": ">= 14.16 <15"
},
"volta": {
"node": "14.17.5"
},
"author": "Mitch Arndt",
"license": "MIT",
"scripts": {
"build:sass:main": "sass src/public/css/main.scss dist/public/css/main.css",
"build:sass:game3D": "sass src/public/css/game3D.scss dist/public/css/game3D.css",
"build:sass:game2D": "sass src/public/css/game2D.scss dist/public/css/game2D.css",
"build:sass": "npm-run-all build:sass:**",
"build:ts": "tsc",
"build:bundle": "webpack --config webpack.config.js",
"build": "npm-run-all build:** lint copy-static-assets",
"copy-static-assets": "ts-node copyStaticAssets.ts",
"export-client-cmds": "ts-node exportClientCmds.ts",
"debug": "npm run build && npm run watch:debug",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts,pug}\" --quiet --fix",
"serve:debug": "nodemon --inspect dist/server.js",
"serve": "node dist/server.js",
"start": "npm run serve",
"test:verbose": "jest --forceExit --coverage --verbose",
"test": "jest --forceExit --coverage --silent",
"watch:debug": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch:sass\" \"npm run watch:ts\" \"npm run serve:debug\"",
"watch:node": "nodemon dist/server.js",
"watch:sass:game3D": "sass --watch src/public/css/game3D.scss dist/public/css/game3D.css",
"watch:sass:game2D": "sass --watch src/public/css/game2D.scss dist/public/css/game2D.css",
"watch:sass:main": "sass --watch src/public/css/main.scss dist/public/css/main.css",
"watch:sass": "npm-run-all -p -r -l watch:sass:**",
"watch:bundle": "webpack --config webpack.config.js --watch",
"watch:test": "npm run test -- --watchAll",
"watch:ts": "tsc -w",
"watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node,Webpack\" -c \"yellow.bold,cyan.bold,green.bold,magenta.bold\" \"npm run watch:sass\" \"npm run watch:ts\" \"npm run watch:node\" \"npm run watch:bundle\""
},
"dependencies": {
"@sendgrid/mail": "^7.4.6",
"@tweenjs/tween.js": "^18.6.4",
"@types/bcrypt": "^5.0.0",
"@types/mongodb": "3.6.5",
"@types/ws": "^7.4.7",
"async": "3.2.2",
"bcrypt": "^5.0.1",
"bluebird": "3.7.2",
"compression": "1.7.4",
"connect-mongo": "4.4.0",
"cors": "^2.8.5",
"dotenv": "8.2.0",
"errorhandler": "1.5.1",
"express": "4.17.1",
"express-flash": "0.0.2",
"express-session": "1.17.1",
"express-validator": "6.9.2",
"fbgraph": "^1.1.0",
"lodash": "^4.17.21",
"lusca": "1.6.1",
"mongoose": "^6.0.11",
"passport": "0.4.1",
"passport-local": "1.0.0",
"pug": "3.0.2",
"three": "^0.137.0",
"winston": "3.3.3",
"ws": "^7.5.4"
},
"devDependencies": {
"@types/async": "3.2.5",
"@types/bluebird": "3.5.33",
"@types/body-parser": "1.19.0",
"@types/chai": "4.2.14",
"@types/compression": "1.7.0",
"@types/concurrently": "5.2.1",
"@types/cors": "^2.8.12",
"@types/errorhandler": "1.5.0",
"@types/eslint": "7.2.6",
"@types/express": "4.17.11",
"@types/express-flash": "0.0.2",
"@types/express-session": "1.17.3",
"@types/jest": "^26.0.23",
"@types/jquery": "3.5.5",
"@types/lodash": "^4.14.170",
"@types/lusca": "1.6.2",
"@types/node": "14.14.25",
"@types/nodemailer": "6.4.0",
"@types/passport": "1.0.5",
"@types/passport-local": "1.0.33",
"@types/pug": "2.0.4",
"@types/request": "2.48.5",
"@types/request-promise": "4.1.47",
"@types/shelljs": "0.8.8",
"@types/supertest": "2.0.10",
"@types/three": "^0.131.0",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"chai": "4.3.0",
"concurrently": "6.0.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-pug": "^1.2.4",
"jest": "^27.0.6",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"prettier": "2.4.0",
"sass": "1.32.6",
"shelljs": "^0.8.4",
"supertest": "6.1.3",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.5",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
}
}