-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.85 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
{
"name": "api",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/kobra-dev/API",
"author": "Pranav Teegavarapu | Benjamin Smith | Makuza Mugabo Verite <[email protected]>",
"scripts": {
"start": "nodemon -w src --ext ts --exec ts-node src/app.ts",
"prod": "ts-node --files src/app.ts",
"gql-codegen": "dotenv -e .env.contentful-codegen -- cross-var fix-contentful-schema --output graphql.schema.json --token %CONTENTFUL_CONTENT_TOKEN% --management %CONTENTFUL_MANAGEMENT_TOKEN% --space %CONTENTFUL_SPACE_ID% && graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@prisma/client": "~2.23.0",
"@types/graphql-fields": "^1.3.3",
"@types/marked": "^2.0.3",
"@types/node": "^14.14.35",
"apollo-server": "^2.25.3",
"aws-sdk": "^2.814.0",
"class-validator": "^0.13.0",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"firebase-admin": "^9.5.0",
"graphql": "^15.5.0",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.8.0",
"mailgun.js": "^3.4.0",
"marked": "^4.0.10",
"marked-plaintext": "^0.0.2",
"multer": "^1.4.2",
"nanoid": "^3.1.31",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.0.0",
"ts-replace-all": "^1.0.0",
"type-graphql": "^1.1.0",
"typedi": "^0.10.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typed-document-node": "^1.18.6",
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/typescript-operations": "^1.18.0",
"@graphql-typed-document-node/core": "^3.1.0",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"dotenv-cli": "^4.0.0",
"fix-contentful-schema": "^1.0.0",
"nodemon": "2.0.7",
"prisma": "~2.23.0",
"tslint": "6.1.3",
"typegraphql-prisma": "0.14.3",
"typescript": "4.2.4"
}
}