-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 717 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
{
"name": "graphql-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --inspect .",
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-koa": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-graphql": "^0.8.0",
"graphql": "^14.4.2",
"graphql-tools": "^4.0.5",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-router": "^7.4.0",
"lodash": "^4.17.11",
"pg": "^7.11.0",
"sequelize": "^5.9.2",
"babel-core": "^6.26.3",
"babel-preset-esnext": "^1.1.3",
"nodemon": "^1.19.1"
},
"devDependencies": {}
}