forked from LobeSoftware/JobChat-Training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "jobchat-training",
"version": "1.0.0",
"description": "App with express mongodb mongoose",
"main": "app.js",
"scripts": {
"start": "nodemon --exec babel-node app.js",
"test": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tripbm/JobChat-Training.git"
},
"author": "minh tri",
"license": "ISC",
"bugs": {
"url": "https://github.com/tripbm/JobChat-Training/issues"
},
"homepage": "https://github.com/tripbm/JobChat-Training#readme",
"dependencies": {
"apollo-server": "^2.9.13",
"apollo-server-express": "^2.9.13",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"graphql": "^14.5.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^5.7.14",
"nodemon": "^2.0.1",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"prettier": "1.19.1"
}
}