-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.09 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
{
"name": "apply-by-ai",
"version": "1.0.0",
"description": "AI recruitment platform",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"test": "eslint"
},
"pre-commit": [
"test"
],
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/und3fined-v01d/apply-by-ai.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/und3fined-v01d/apply-by-ai/issues"
},
"homepage": "https://github.com/und3fined-v01d/apply-by-ai#readme",
"dependencies": {
"apikeygen": "1.1.0",
"array-tools": "2.0.9",
"axios": "0.19.2",
"babel-eslint": "10.1.0",
"bcrypt": "5.0.0",
"cfenv": "1.2.2",
"chalk": "4.1.0",
"compression": "1.7.4",
"connect-mongo": "3.2.0",
"cookie-parser": "1.4.5",
"debug": "4.1.1",
"dotenv": "8.2.0",
"ejs": "3.1.3",
"express": "4.17.1",
"express-http-proxy": "1.6.0",
"express-minify": "1.0.0",
"express-session": "1.17.1",
"file-system": "2.2.2",
"formidable": "1.2.2",
"fuse.js": "6.2.1",
"guid": "0.0.12",
"http-errors": "1.7.3",
"ibm-watson": "5.4.0",
"imgbb-uploader": "^1.0.3",
"lodash": "^4.17.19",
"marked": "1.1.0",
"mongoose": "5.9.19",
"morgan": "1.10.0",
"mv": "2.1.1",
"newsapi": "2.4.0",
"node-schedule": "1.3.2",
"nodemailer": "^6.4.10",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "2.0.4",
"passport": "0.4.1",
"passport-google-oauth2": "0.2.0",
"pre-commit": "1.2.2",
"prismjs": "1.20.0",
"queue": "6.0.1",
"request": "2.88.2",
"socket.io": "2.3.0",
"socket.io-adapter-mongo": "2.0.5",
"swig-email-templates": "^5.0.1",
"time-ago": "0.2.1",
"underscore": "1.10.2",
"validator": "13.1.1"
},
"devDependencies": {
"eslint": "^7.3.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"uuid": "8.2.0"
}
}