-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "checkmate2020",
"version": "1.0.0",
"description": "### File structure",
"main": "index.js",
"scripts": {
"start": "env-cmd config/prod.env node src/index.js",
"dev": "env-cmd config/dev.env nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashryaagr/checkmate2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashryaagr/checkmate2020/issues"
},
"homepage": "https://github.com/ashryaagr/checkmate2020#readme",
"dependencies": {
"admin-bro": "^2.3.0",
"admin-bro-expressjs": "^2.0.5",
"admin-bro-mongoose": "^0.5.2",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-graphql": "^0.9.0",
"express-jwt": "^5.3.1",
"graphql": "^14.6.0",
"graphql-tools": "^4.0.7",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.4",
"mongoose": "^5.9.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"query-string": "^6.12.1",
"env-cmd": "^8.0.2",
"socket.io": "^2.3.0"
},
"devDependencies": {
"env-cmd": "^8.0.2",
"nodemon": "^1.18.11"
}
}