This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "@henken.club/bff",
"private": true,
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"debug": "nest start --watch --debug ",
"start": "nest start",
"generate": "run-p -cln generate:*",
"generate:prisma": "prisma generate",
"typecheck": "tsc --noEmit",
"lint": "run-s -cn lint:*",
"lint:eslint": "eslint . --ext .js,.ts --cache",
"lint:prettier": "prettier --check **/*.{json,yml}",
"lint:cspell": "cspell",
"fmt": "run-s -cn fmt:*",
"fmt:eslint": "yarn lint:eslint --fix",
"fmt:prettier": "yarn lint:prettier --write"
},
"dependencies": {
"@apollo/federation": "^0.33.0",
"@devoxa/prisma-relay-cursor-connection": "^2.0.3",
"@nestjs/common": "8.0.9",
"@nestjs/config": "1.0.1",
"@nestjs/core": "8.0.9",
"@nestjs/graphql": "8",
"@nestjs/platform-express": "8.0.9",
"@nestjs/terminus": "^8.0.1",
"@prisma/client": "3.1.1",
"apollo-server-express": "2",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"graphql": "15.6.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.3.0"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.6",
"@nestjs/cli": "8.1.2",
"@nestjs/schematics": "8.0.3",
"@shopify/eslint-plugin": "40.4.0",
"@shopify/prettier-config": "1.1.2",
"@types/express": "4.17.13",
"@types/node": "16.10.2",
"cspell": "^5.11.1",
"eslint": "7.32.0",
"eslint-plugin-unused-imports": "1.1.5",
"jest": "27.2.4",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"prisma": "^3.1.1",
"ts-loader": "9.2.6",
"ts-node": "10.2.1",
"tsconfig-paths": "3.11.0",
"typescript": "4.4.3"
}
}