-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.03 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
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
{
"name": "cha-hockey",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start:server:prod": "node dist/apps/cha-server/main",
"test": "nx test",
"cha-admin-serve": "nx run cha-admin:serve --port 3000",
"cha-admin-build": "nx run cha-admin:build:production",
"cha-front-serve": "nx run cha-front:serve --port 4000",
"cha-front-build": "nx run cha-front:build:production",
"cha-server-serve": "nx run cha-server:serve",
"serve:server:prod": "nx run cha-server:serve:production",
"build:server:prod": "nx run cha-server:build:production",
"postinstall": "node ./decorate-angular-cli.js"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.0",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.1",
"@angular/language-service": "16.2.1",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "9.4.3",
"@schematics/angular": "16.2.0",
"@types/jest": "29.4.4",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"cypress": "^9.1.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.13.4",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.1",
"nx": "16.7.1",
"prettier": "^2.6.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"nx-cloud": "16.4.0-beta.1",
"@nx/workspace": "16.7.1",
"@nx/linter": "16.7.1",
"@nx/cypress": "16.7.1",
"@nx/eslint-plugin": "16.7.1",
"@nx/jest": "16.7.1",
"@nx/node": "16.7.1",
"@nx/nest": "16.7.1"
},
"dependencies": {
"@angular/animations": "16.2.1",
"@angular/cdk": "16.2.1",
"@angular/common": "16.2.1",
"@angular/compiler": "16.2.1",
"@angular/core": "16.2.1",
"@angular/forms": "16.2.1",
"@angular/platform-browser": "16.2.1",
"@angular/platform-browser-dynamic": "16.2.1",
"@angular/router": "16.2.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "9.4.3",
"@nestjs/config": "^2.3.4",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/typeorm": "^9.0.1",
"@ngneat/until-destroy": "^9.2.3",
"@ngrx/effects": "16.0.1",
"@ngrx/entity": "16.0.1",
"@ngrx/router-store": "16.0.1",
"@ngrx/store": "16.0.1",
"@ngrx/store-devtools": "16.0.1",
"@ngx-formly/core": "^6.0.0-next.7",
"class-transformer": "^0.5.1",
"hbs": "^4.2.0",
"joi": "^17.6.0",
"ngx-scrollbar": "^12.0.0",
"pg": "^8.11.1",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^16.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"typeorm": "^0.3.17",
"zone.js": "0.13.1",
"@nx/angular": "16.7.1"
}
}