-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
{
"name": "qldapm",
"version": "1.0.0",
"description": "Scrum BE",
"main": "index.js",
"repository": "",
"author": "Cam Nhung <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/nodemon": "^1.19.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"scripts": {
"dev": "nodemon",
"build": "tsc",
"start": "npm run build && node ./dist/index.js",
"lint": "eslint --ext .jsx,.ts,.tsx ./src"
},
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/bcrypt-nodejs": "^0.0.31",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.8",
"@types/dotenv": "^8.2.0",
"@types/email-templates": "^8.0.0",
"@types/express": "^4.17.8",
"@types/file-saver": "^2.0.1",
"@types/ioredis": "^4.16.7",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.157",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.7.27",
"@types/multer": "^1.4.4",
"@types/node": "^14.0.13",
"@types/nodemailer": "^6.4.0",
"@types/pino": "^6.3.0",
"@types/superagent": "^4.1.10",
"@typescript-eslint/parser": "^3.6.1",
"atob": "^2.1.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"docx": "^5.4.1",
"docx-templates": "^4.5.3",
"docxtemplater": "^3.19.7",
"dotenv": "^8.2.0",
"email-templates": "^8.0.2",
"eslint-config-airbnb-typescript": "^9.0.0",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"mammoth": "^1.4.14",
"moment": "^2.29.1",
"mongoose": "^5.9.20",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.4",
"pino": "^6.5.1",
"pino-pretty": "^4.2.0",
"superagent": "^6.1.0",
"swagger-express-typescript": "^1.0.2",
"ts-node": "^8.10.2",
"typescript": "^4.0.3"
}
}