forked from benawad/poll-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "graphql_server_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"dataloader": "^1.3.0",
"express": "^4.15.3",
"graphql": "^0.10.3",
"graphql-server-express": "^0.8.0",
"graphql-subscriptions": "^0.4.3",
"graphql-tools": "^1.0.0",
"join-monster": "^2.0.3",
"join-monster-graphql-tools-adapter": "^0.0.2",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"sequelize": "^4.1.0",
"subscriptions-transport-ws": "^0.7.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"nodemon": "^1.11.0"
}
}