-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 882 Bytes
/
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
{
"name": "hitcon-online",
"workspaces": [
"common/*",
"sites/*",
"services/*",
"extensions/*",
"stress",
"terminal-server"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1"
},
"dependencies": {
"@grpc/grpc-js": "^1.3.4",
"@grpc/proto-loader": "^0.6.4",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"minimist": "^1.2.5",
"node-gyp": "^8.2.0",
"redis": "^3.1.2",
"socketio-jwt": "^4.6.2",
"typescript": "^4.2.4"
},
"scripts": {
"postinstall": "cp ./git-hook .git/hooks/pre-commit"
}
}