-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"scripts": {
"clean": "hammer task clean",
"format": "hammer task format",
"start": "hammer task start",
"test": "hammer task test",
"build": "hammer task build",
"publish": "hammer task publish"
},
"devDependencies": {
"@sinclair/hammer": "^0.16.3",
"@types/bcryptjs": "^2.4.2",
"@types/chai": "^4.3.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/ioredis": "^4.28.8",
"@types/ioredis-mock": "^5.6.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.14",
"@types/object-hash": "^2.2.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
"chai": "^4.3.6",
"cors": "^2.8.5",
"ioredis-mock": "^7.2.0",
"mocha": "^9.2.2",
"mongo-mock": "^4.1.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
},
"dependencies": {
"@msgpack/msgpack": "^2.7.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"bcryptjs": "^2.4.3",
"express": "^4.17.3",
"ioredis": "^4.28.5",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.5.0",
"node-fetch": "^3.2.3",
"object-hash": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "^8.3.2",
"ws": "^8.5.0"
}
}