-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.21 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
{
"name": "typegraphql",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node-dev --respawn --transpileOnly index.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/mongoose": "^5.5.32",
"@types/stripe": "^7.13.19",
"apollo-server-express": "^2.3.1",
"aws-sdk": "^2.600.0",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"class-validator": "^0.11.0",
"dotenv": "^8.2.0",
"expo-server-sdk": "^3.4.0",
"express": "^4.16.4",
"firebase-admin": "^8.12.1",
"graphql": "^14.0.2",
"helmet": "^3.21.3",
"ip": "^1.1.5",
"mongodb": "^3.3.3",
"mongoose": "^5.7.13",
"nodemon": "^2.0.2",
"reflect-metadata": "^0.1.12",
"stripe": "^7.15.0",
"ts-node-dev": "^1.0.0-pre.44",
"type-graphql": "^0.17.5",
"typescript": "^3.7.4"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/graphql": "^14.0.4",
"@types/jest": "^24.0.25",
"@types/node": "^10.17.9",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.0",
"prettier-eslint-cli": "^5.0.0",
"ts-jest": "^24.3.0",
"ts-node": "^8.5.4",
"ts-node-dev": "^1.0.0-pre.44",
"tsc-watch": "^4.0.0",
"typescript": "^3.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdamFoskit/TypeGraphQL.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/AdamFoskit/TypeGraphQL/issues"
},
"homepage": "https://github.com/AdamFoskit/TypeGraphQL#readme",
"description": ""
}