This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
129 lines (129 loc) · 3.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"engines": {
"node": "=10.16.0"
},
"name": "apollo-graphql-tutorial",
"version": "3.0.0",
"description": "Deep into Apollo GraphQL with Node.js",
"main": "",
"scripts": {
"clean": "rm -rf ./dist",
"prebuild": "npm run clean",
"build": "tsc",
"test": "jest",
"watch": "nodemon --watch './src/**/*.ts' --ignore './src/**/*.spec.ts' --exec 'ts-node'",
"push-schema": "apollo service:push",
"prettify": "prettier --config ./.prettierrc --write \"./{src,__{tests,mocks}__}/**/*.{ts,js}\"",
"prettify-check": "prettier --check \"./{src,__{tests,mocks}__}/**/*.{ts,js}\"",
"lint": "tslint --config ./tslint.json --project ./tsconfig.json",
"coverage": "npm t -- --coverage --coverageReporters=text-lcov --colors | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrdulin/apollo-graphql-tutorial.git"
},
"keywords": [
"GraphQL",
"apollographql",
"GraphQL Subscription",
"apollo-server"
],
"author": "mrdulin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrdulin/apollo-graphql-tutorial/issues"
},
"homepage": "https://github.com/mrdulin/apollo-graphql-tutorial#readme",
"devDependencies": {
"@types/benchmark": "^1.0.33",
"@types/cookie": "^0.4.0",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.7",
"@types/faker": "^4.1.12",
"@types/graphql-fields": "^1.3.2",
"@types/hapi": "^18.0.3",
"@types/humps": "^1.1.3",
"@types/jest": "^24.0.23",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.157",
"@types/lowdb": "^1.0.9",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.3",
"@types/node-fetch": "^2.5.7",
"@types/pg": "^7.14.4",
"@types/supertest": "^2.0.10",
"@types/ws": "^6.0.3",
"apollo": "^2.30.0",
"apollo-server-testing": "^2.15.1",
"benchmark": "^2.1.4",
"coveralls": "^3.0.11",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"form-data": "^2.5.1",
"graphql-playground-react": "^1.7.23",
"husky": "^1.3.1",
"jest": "^24.9.0",
"loadtest": "^5.0.4",
"node-fetch": "^2.6.0",
"nodemon": "^1.19.2",
"prettier": "^1.19.1",
"proxy-agent": "^3.1.1",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.6"
},
"dependencies": {
"@apollo/federation": "^0.17.0",
"@apollo/gateway": "^0.17.0",
"@google-cloud/trace-agent": "^3.6.1",
"@hapi/boom": "^9.1.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-datasource": "^0.7.2",
"apollo-datasource-rest": "^0.9.3",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-rest": "^0.7.3",
"apollo-server": "^2.15.1",
"apollo-server-cache-redis": "^1.2.2",
"apollo-server-caching": "^0.5.2",
"apollo-server-express": "^2.15.1",
"apollo-server-hapi": "^2.15.1",
"apollo-server-plugin-base": "^0.9.1",
"apollo-server-plugin-response-cache": "^0.5.3",
"axios": "^0.19.2",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cross-fetch": "^3.0.5",
"dataloader": "^1.4.0",
"dl-toolkits": "^1.0.11",
"express": "^4.17.1",
"graphql": "^14.6.0",
"graphql-anywhere": "^4.2.7",
"graphql-fields": "^2.0.3",
"graphql-import": "^0.7.1",
"graphql-middleware": "^3.0.3",
"graphql-postgres-subscriptions": "^1.0.5",
"graphql-resolvers": "^0.4.2",
"graphql-tools": "^6.0.15",
"graphql-upload": "^12.0.0",
"graphql.js": "^0.6.6",
"hapi": "^18.1.0",
"humps": "^2.0.1",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.2",
"lodash": "^4.17.19",
"lowdb": "^1.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"pg": "^7.18.2",
"qs": "^6.10.1",
"subscriptions-transport-ws": "^0.9.17",
"ws": "^6.2.1"
}
}