-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.73 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
{
"name": "taskproject",
"version": "1.0.0",
"main": "app.ts",
"scripts": {
"start": "nodemon --watch \"./src/**/*.ts\" --exec \"ts-node\" src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@sendgrid/mail": "^8.1.4",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth20": "^2.0.16",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"class-transform": "^0.7.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"ioredis": "^5.4.2",
"mssql": "^10.0.4",
"mysql2": "^3.11.4",
"nodemailer": "^6.9.16",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.13.1",
"prettier": "^3.3.3",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/ioredis": "^4.28.10",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.17",
"@types/passport-google-oauth2": "^0.1.10",
"@types/redis": "^4.0.10",
"eslint": "^8.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "^15.12.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}