-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "untitled",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon index.ts",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.6",
"cookie-parser": "~1.4.4",
"debug": "^4.3.7",
"express": "^4.21.0",
"express-graphql": "^0.12.0",
"graphql": "^14.7.0",
"graphql-modules": "^2.3.0",
"morgan": "~1.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/graphql-modules-preset": "^4.0.9",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^3.1.7",
"prettier": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}