-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.02 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
{
"name": "chain",
"version": "0.1.0",
"private": true,
"scripts": {
"eslint:fix": "npx eslint --fix ./",
"jest:watch": "jest --watch",
"application:dev": "npx nodemon --config ./nodemon.json ./index.ts",
"application:run": "npx ts-node ./index.ts"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.197",
"@types/mongoose": "^5.11.97",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"dotenv": "^16.1.4",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-joi-validation": "^5.0.1",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"hpp": "^0.2.3",
"http": "^0.0.1-security",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"memorystore": "^1.6.7",
"moment": "^2.29.4",
"mongoose": "^6.11.3",
"ms": "^2.1.3",
"noblox.js": "^4.14.1",
"passport": "^0.6.0",
"path": "^0.12.7",
"supertest": "^6.3.3",
"supertest-session": "^5.0.1",
"toobusy-js": "^0.5.1",
"typescript": "^5.1.6",
"validator": "^13.9.0",
"wait": "^0.4.2",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/csurf": "^1.11.2",
"@types/express-session": "^1.17.7",
"@types/hpp": "^0.2.2",
"@types/jest": "^29.5.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/ms": "^0.7.31",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@types/toobusy-js": "^0.5.2",
"@types/validator": "^13.7.17",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.6",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
}
}