-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 Bytes
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
{
"name": "back",
"version": "1.0.0",
"main": "app.js",
"author": "Davi de Carvalho",
"license": "MIT",
"scripts": {
"start": "node app.js",
"start:hotreload": "node_modules/.bin/nodemon"
},
"dependencies": {
"apollo-engine": "^1.1.0",
"apollo-engine-binary-darwin": "^0.2018.4-20-g7a8822c14",
"apollo-engine-binary-linux": "^0.2018.4-20-g7a8822c14",
"apollo-engine-binary-windows": "^0.2018.4-20-g7a8822c14",
"apollo-server": "^0.3.3",
"apollo-server-express": "^1.3.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect": "^3.6.5",
"consign": "^0.1.6",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"graphql": "^0.13.2",
"graphql-server-express": "^1.2.0",
"graphql-tools": "^2.8.0",
"jsonwebtoken": "^8.1.0",
"mongoose": "^5.0.15"
},
"devDependencies": {
"nodemon": "^1.17.3"
}
}