-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.23 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.23 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "shared-bullion",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "husky install",
"test:local": "yarn nx affected --target=lint,test,build,test-integration --base=origin/main --parallel=6",
"run:all": "yarn nx run-many --target=lint,test,build,test-integration --parallel=6",
"test": "nx test",
"wba": "webpack-bundle-analyzer"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.7",
"@angular-devkit/core": "17.3.7",
"@angular-devkit/schematics": "17.3.7",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.8",
"@angular/language-service": "17.3.8",
"@faker-js/faker": "^8.0.2",
"@jest/globals": "^29.5.0",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.2",
"@nx/eslint": "19.0.2",
"@nx/eslint-plugin": "19.0.2",
"@nx/jest": "19.0.2",
"@nx/js": "19.0.2",
"@nx/nest": "19.0.2",
"@nx/node": "19.0.2",
"@nx/webpack": "19.0.2",
"@nx/workspace": "19.0.2",
"@schematics/angular": "17.3.7",
"@types/jest": "29.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "18.16.9",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"autoprefixer": "^10.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-environment-node": "^29.5.0",
"jest-preset-angular": "14.0.4",
"ng-packagr": "17.3.0",
"nx": "19.0.2",
"postcss": "^8.4.24",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~8.4.1",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rps-jsonvalidator": "^1.1.0",
"ts-essentials": "^9.3.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "^4.9.1"
},
"dependencies": {
"@angular/animations": "17.3.8",
"@angular/cdk": "17.3.8",
"@angular/common": "17.3.8",
"@angular/compiler": "17.3.8",
"@angular/core": "17.3.8",
"@angular/forms": "17.3.8",
"@angular/platform-browser": "17.3.8",
"@angular/platform-browser-dynamic": "17.3.8",
"@angular/router": "17.3.8",
"@nestjs/common": "10.0.2",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "10.0.2",
"@nestjs/platform-express": "10.0.2",
"@nestjs/terminus": "^9.2.2",
"@ngneat/falso": "^6.4.0",
"@nx/angular": "19.0.2",
"@rps/angular-nav-bars": "^1.0.3",
"axios": "1.6.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"eslint-plugin-unused-imports": "^2.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^6.0.0",
"mongodb-memory-server": "^8.15.1",
"redis": "^4.6.8",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.1",
"tslib": "^2.5.2",
"uuid": "^9.0.0",
"zone.js": "0.14.5"
},
"packageManager": "yarn@4.2.2"
}