-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.38 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.38 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@system-craft/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"private": true,
"dependencies": {
"@fastify/static": "^9.0.0",
"@nestjs-architects/typed-cqrs": "^2.1.0",
"@nestjs/cache-manager": "^3.1.0",
"@nestjs/common": "^11.1.10",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.10",
"@nestjs/cqrs": "^11.0.3",
"@nestjs/platform-express": "^11.1.10",
"@nestjs/platform-fastify": "^11.1.10",
"@nestjs/swagger": "^11.2.3",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"axios": "^1.13.2",
"class-validator": "^0.14.3",
"fastify": "^5.6.2",
"nestjs-pino": "^4.5.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@eslint/js": "^9.39.2",
"@libs/shared": "workspace:*",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.10",
"@nx-tools/nx-prisma": "^7.2.0",
"@nx/esbuild": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/nest": "22.3.3",
"@nx/node": "22.3.3",
"@nx/web": "22.3.3",
"@nx/webpack": "22.3.3",
"@nx/workspace": "22.3.3",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.7",
"@swc/helpers": "~0.5.18",
"@swc/jest": "0.2.39",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/jest": "30.0.0",
"@types/node": "~25.0.3",
"@types/supertest": "^6.0.3",
"class-transformer": "^0.5.1",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"jest": "30.2.0",
"jest-environment-node": "^30.2.0",
"jest-util": "30.2.0",
"lint-staged": "^16.2.7",
"nx": "22.3.3",
"pino-pretty": "^13.1.3",
"prettier": "^3.7.4",
"prisma": "^7.2.0",
"supertest": "^7.1.4",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.50.1",
"webpack-cli": "^6.0.1"
},
"lint-staged": {
"*.{js,ts,tsx,jsx,json,md}": [
"pnpm nx format:check --files"
]
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}