-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "gql-mall",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "nodemon --exec \"ts-node\" src/app.ts",
"start:rest": "nodemon --exec \"ts-node\" src/rest/app.ts",
"test": "jest"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^7.0.4",
"@graphql-tools/load": "^7.1.6",
"@graphql-tools/schema": "^8.1.0",
"@graphql-tools/utils": "^8.1.0",
"@koa/router": "^10.1.0",
"@types/graphql-upload": "^8.0.6",
"@types/ioredis": "^4.26.7",
"@types/jest": "^27.0.1",
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.7",
"@types/node": "^16.7.1",
"@types/node-fetch": "^2.5.12",
"@types/ws": "^7.4.7",
"apollo-datasource-rest": "^3.1.1",
"apollo-server-cache-redis": "^3.0.3",
"apollo-server-core": "^3.1.2",
"apollo-server-koa": "^3.1.2",
"graphql": "^15.5.1",
"graphql-subscriptions": "^1.2.1",
"graphql-upload": "^12.0.0",
"graphql-ws": "^5.3.0",
"ioredis": "^4.27.7",
"jest": "^27.0.6",
"koa": "^2.13.1",
"log4js": "^6.3.0",
"mysql2": "^2.3.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.12",
"sequelize": "^6.6.5",
"subscriptions-transport-ws": "^0.9.19",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
}
}