-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathci-package.json
More file actions
87 lines (87 loc) · 3.06 KB
/
ci-package.json
File metadata and controls
87 lines (87 loc) · 3.06 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
{
"dependencies": {
"@angular/animations": "^11.0.9",
"@angular/cdk": "^11.0.4",
"@angular/common": "^11.0.9",
"@angular/compiler": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.0.9",
"@angular/platform-browser": "^11.0.9",
"@angular/platform-browser-dynamic": "^11.0.9",
"@angular/platform-server": "^11.0.9",
"@angular/router": "^11.0.9",
"@angular/service-worker": "^11.0.9",
"@kolkov/ngx-gallery": "^1.2.3",
"@nestjs/common": "^7.6.5",
"@nestjs/core": "^7.6.5",
"@nestjs/ng-universal": "^4.2.0",
"@nestjs/platform-express": "^7.6.5",
"@ngneat/until-destroy": "^8.0.3",
"@nguniversal/builders": "^11.0.1",
"@ngx-meta/core": "^9.0.0",
"@nrwl/angular": "11.1.5",
"@sentry/browser": "^5.30.0",
"angulartics2": "^10.0.0",
"bind-observable": "^1.0.3",
"bootstrap": "^4.5.3",
"class-transformer": "^0.3.2",
"class-validator": "^0.13.1",
"class-validator-multi-lang": "^0.130.100",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.6",
"lodash.get": "^4.4.2",
"nest-raven": "^7.0.0",
"ngx-bootstrap": "^6.2.0",
"ngx-dynamic-form-builder": "^1.12.0",
"nodemailer": "^6.4.17",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.7",
"@angular-eslint/eslint-plugin": "~1.1.0",
"@angular-eslint/eslint-plugin-template": "~1.1.0",
"@angular-eslint/template-parser": "~1.1.0",
"@angular/cli": "~11.0.7",
"@angular/compiler-cli": "^11.0.9",
"@angular/language-service": "^11.0.9",
"@nestjs/schematics": "^7.2.6",
"@nestjs/testing": "^7.6.5",
"@nrwl/cli": "11.1.5",
"@nrwl/cypress": "11.1.5",
"@nrwl/eslint-plugin-nx": "11.1.5",
"@nrwl/jest": "11.1.5",
"@nrwl/nest": "11.1.5",
"@nrwl/node": "11.1.5",
"@nrwl/tao": "11.1.5",
"@nrwl/workspace": "11.1.5",
"@types/cheerio": "^0.22.23",
"@types/jest": "26.0.20",
"@types/node": "14.14.21",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"cheerio": "^1.0.0-rc.5",
"codelyzer": "^6.0.1",
"cypress": "^6.2.1",
"dotenv": "8.2.0",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-cypress": "^2.11.2",
"jest": "26.6.3",
"jest-preset-angular": "8.3.2",
"jimp": "^0.16.1",
"kubernetes-types": "^1.17.0-beta.1",
"prettier": "2.2.1",
"recursive-readdir": "^2.2.2",
"replace-ext": "^2.0.0",
"standard-version": "^9.1.0",
"ts-jest": "26.4.4",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.2.4",
"yaml": "^1.10.0"
}
}