-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "electron-server",
"version": "0.0.1",
"description": "Electron's server",
"main": "index.js",
"scripts": {
"test": "echo \"test\"",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrieltrompiz/thesis.git"
},
"keywords": [
"collaboration",
"electron",
"react",
"graphql",
"github"
],
"author": "Gabriel Trompiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrieltrompiz/thesis/issues"
},
"homepage": "https://github.com/gabrieltrompiz/thesis#readme",
"dependencies": {
"@apollo/federation": "^0.11.2",
"@apollo/gateway": "^0.11.3",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.16",
"apollo-server": "^2.9.12",
"apollo-server-express": "^2.9.12",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"graphql": "^14.5.8",
"graphql-passport": "^0.5.0",
"graphql-scalars": "^1.0.4",
"graphql-tools": "^4.0.6",
"graphql-tools-fork": "^7.2.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"pg": "^7.14.0",
"rxjs": "^6.5.3",
"throng": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.1"
}
}