-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
153 lines (153 loc) · 4.54 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "backend-core-project",
"description": "backend-core-project description",
"version": "0.13.0",
"private": true,
"engines": {
"node": ">= 12.13.0"
},
"scripts": {
"dev": "nest start --watch",
"build": "nest build --tsc",
"prestart": "yarn run build",
"start": "cross-env NODE_ENV=production pm2 start process.json",
"format": "prettier \"**/*.ts\" --write && git status",
"lint": "eslint \"src/**/*.ts\" --fix --ignore-pattern \"**/*.spec.ts\"",
"i18next": "node src/lib/i18next/i18next.converter.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --coverageDirectory=coverage",
"e2e": "jest --config=e2e/jest-e2e.json --forceExit --detectOpenHandles",
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json",
"compodoc": "compodoc -p tsconfig.json -s",
"generate": "plop",
"prepare": "husky install"
},
"lint-staged": {
"*.ts": [
"eslint --fix"
],
"*.{ts,json}": [
"prettier --write"
]
},
"dependencies": {
"@aws/dynamodb-data-mapper": "0.7.3",
"@aws/dynamodb-data-mapper-annotations": "0.7.3",
"@google-cloud/storage": "5.14.1",
"@keycloak/keycloak-admin-client": "^15.0.2",
"@nestjs/axios": "^0.0.1",
"@nestjs/common": "8.0.6",
"@nestjs/config": "1.0.1",
"@nestjs/core": "8.0.6",
"@nestjs/jwt": "8.0.0",
"@nestjs/passport": "8.0.1",
"@nestjs/platform-express": "8.0.6",
"@nestjs/platform-socket.io": "8.0.6",
"@nestjs/schedule": "1.0.1",
"@nestjs/sequelize": "8.0.0",
"@nestjs/swagger": "5.0.9",
"@nestjs/typeorm": "8.0.2",
"@nestjs/websockets": "8.0.6",
"@typegoose/typegoose": "8.3.0",
"archiver": "5.3.0",
"auth0": "2.36.1",
"aws-sdk": "2.987.0",
"bcryptjs": "2.4.3",
"cache-manager": "3.4.4",
"callsites": "4.0.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"compression": "1.7.4",
"cross-env": "7.0.3",
"debug": "4.3.2",
"exceljs": "4.3.0",
"firebase-admin": "9.11.1",
"form-data": "4.0.0",
"google-auth-library": "7.9.1",
"graphql-request": "3.5.0",
"helmet": "4.6.0",
"html-entities": "2.3.2",
"i18next": "20.6.1",
"i18next-fs-backend": "^1.1.1",
"i18next-http-middleware": "^3.1.4",
"ioredis": "4.27.9",
"jwks-rsa": "2.0.4",
"libphonenumber-js": "1.9.32",
"lodash": "4.17.21",
"mime-types": "2.1.32",
"moment": "2.29.1",
"moment-range": "4.0.2",
"moment-timezone": "0.5.33",
"mongoose": "5.13.8",
"morgan": "1.10.0",
"mysql2": "2.3.0",
"node-media-server": "2.3.8",
"nodemailer": "6.6.3",
"openid-client": "4.7.5",
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"pdfmake": "0.2.2",
"pug": "3.0.2",
"randomatic": "3.1.1",
"reflect-metadata": "0.1.13",
"rxjs": "7.3.0",
"sanitize-html": "2.5.0",
"sequelize": "6.6.2",
"sequelize-typescript": "2.1.0",
"sharp": "0.29.1",
"shelljs": "0.8.4",
"soap": "0.42.0",
"socket.io-redis": "6.1.1",
"string-template": "1.0.0",
"swagger-ui-express": "4.1.6",
"twilio": "3.67.2",
"twitter-api-v2": "^1.5.1",
"typeorm": "0.2.37"
},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-angular": "13.1.0",
"@commitlint/config-conventional": "11.0.0",
"@nestjs/cli": "8.1.1",
"@nestjs/testing": "8.0.6",
"@types/archiver": "5.1.1",
"@types/auth0": "2.33.5",
"@types/bcryptjs": "2.4.2",
"@types/compression": "1.7.2",
"@types/express": "4.17.13",
"@types/html-entities": "1.3.4",
"@types/ioredis": "4.27.2",
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
"@types/mime-types": "2.1.1",
"@types/morgan": "1.9.3",
"@types/multer": "1.4.7",
"@types/node": "16.9.1",
"@types/nodemailer": "6.4.4",
"@types/passport-jwt": "3.0.6",
"@types/pug": "2.0.5",
"@types/sanitize-html": "^2.3.1",
"@types/sharp": "0.29.1",
"@types/shelljs": "0.8.9",
"@types/string-template": "1.0.2",
"@types/supertest": "2.0.11",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "4.0.0",
"graphql": "15.5.3",
"husky": "^7.0.0",
"jest": "27.2.0",
"lint-staged": "11.1.2",
"plop": "2.7.4",
"prettier": "2.4.0",
"supertest": "6.1.6",
"ts-jest": "27.0.5",
"ts-loader": "9.2.5",
"typescript": "4.4.3"
}
}