-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.91 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
{
"name": "prixy",
"version": "0.1.31",
"description": "Prisma proxy server",
"scripts": {
"install-peers": "install-peers -f",
"test": "jest"
},
"bin": {
"prixy": "./bin/prixy.js",
"prixy-debug": "./bin/prixy-debug.js"
},
"keywords": [
"prisma",
"express",
"nexus",
"graphql"
],
"author": "Develooped Software",
"license": "MIT",
"dependencies": {
"@sentry/node": "^5.5.0",
"aws-sdk": "^2.486.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"camelcase": "^5.3.1",
"commander": "^2.20.0",
"deepmerge": "^3.2.0",
"dotenv": "^8.0.0",
"dotenv-parse-variables": "^0.2.0",
"esm": "^3.2.22",
"flatted": "^2.0.1",
"gql-tag": "^1.0.1",
"graphql-middleware-error-handler": "^0.4.1",
"graphql-middleware-sentry": "^3.2.0",
"graphql-upload": "^8.0.7",
"graphql-voyager": "^1.0.0-rc.27",
"graphql-yoga": "^1.17.4",
"handlebars": "^4.1.2",
"mime-types": "^2.1.24",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-facebook-token": "^3.3.0",
"plop": "^2.5.3",
"pluralize": "^7.0.0",
"prisma-datamodel": "^1.30.4",
"sofa-api": "^0.3.0",
"swagger-ui-express": "^4.0.5",
"uuid": "^3.3.2"
},
"peerDependencies": {
"graphql": "^14.3.0",
"graphql-shield": "^5.3.5",
"nexus": "0.12.0-beta.14",
"nexus-prisma": "^0.3.7",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@sentry/cli": "^1.47.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"install-peers-cli": "^2.1.1",
"jest": "^24.8.0"
}
}