-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
{
"name": "graphql-nodejs",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.5.0",
"@graphql-tools/schema": "^9.0.17",
"@typegoose/typegoose": "^10.3.4",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/ws": "^8.5.4",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dataloader": "^2.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-upload": "^13.0.0",
"graphql-ws": "^5.12.1",
"i18next": "^22.4.15",
"i18next-fs-backend": "^2.1.1",
"i18next-http-middleware": "^3.3.0",
"jsonwebtoken": "^9.0.0",
"nodemon": "^2.0.22",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"type-graphql": "^2.0.0-beta.1",
"typescript": "^5.0.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/graphql-upload": "^8.0.12",
"@types/jsonwebtoken": "^9.0.1"
}
}