-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "minimal",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "npm-run-all --parallel start playground",
"playground": "graphql playground"
},
"keywords": [],
"author": "Amarendra Kumar",
"license": "VIU",
"dependencies": {
"@apollo/federation": "^0.11.3",
"@types/express": "^4.17.2",
"@types/node": "^13.7.0",
"altair-express-middleware": "^2.4.3",
"apollo-graphql": "^0.4.0",
"apollo-server-express": "^2.9.16",
"elasticsearch": "^16.6.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.6.0",
"graphql-compose": "^7.12.4",
"graphql-compose-elasticsearch": "^4.0.9",
"graphql-compose-relay": "^5.0.3",
"graphql-playground-middleware-express": "^1.7.12",
"graphql-tools": "^4.0.6",
"graphql-voyager": "^1.0.0-rc.28",
"pug": "^2.0.4"
},
"devDependencies": {
"graphql-cli": "2.17.0",
"npm-run-all": "4.1.5",
"ts-node": "^6.2.0",
"typescript": "^2.9.2"
}
}