-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
88 lines (88 loc) · 2.8 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
{
"name": "template3-marketsite",
"version": "1.67.0",
"scripts": {
"ng": "ng",
"start": "./node_modules/.bin/ng serve",
"start-with-host": "./node_modules/.bin/ng serve --port 80 --host",
"build": "./node_modules/.bin/ng build",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
"lint": "ng lint",
"e2e": "ng e2e",
"create-compodoc": "./node_modules/.bin/compodoc -p tsconfig.json src -d ./development/documentation",
"start-compodoc": "./node_modules/.bin/compodoc -s -r 8803 -d ./development/documentation/",
"postinstall": "ngcc",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"glob-parent": "5.1.2",
"node-forge": "^1.0.0",
"ansi-regex": "5.0.1",
"json-schema": "^0.4.0",
"minimist": "^1.2.6"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.14",
"@angular/cdk": "^11.2.13",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/localize": "^11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@ng-bootstrap/ng-bootstrap": "^6.0.2",
"@ng-select/ng-select": "^6.1.0",
"@ngx-loading-bar/core": "^5.1.1",
"@openchannel/angular-common-components": "^2.59.0",
"@openchannel/angular-common-services": "^2.59.0",
"@stripe/stripe-js": "^1.21.1",
"@tinymce/tinymce-angular": "^4.2.1",
"angular-oauth2-oidc": "^10.0.3",
"bootstrap": "^4.4.1",
"broadcast-channel": "^3.5.3",
"chart.js": "^3.3.2",
"isbot": "^3.3.1",
"lodash": "^4.17.21",
"ngx-image-cropper": "^3.1.9",
"ngx-owl-carousel-o": "^3.1.1",
"ngx-toastr": "^13.1.0",
"popper.js": "^1.16.0",
"rxjs": "~6.6.3",
"tinymce": "^5.9.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/jest": "^13.0.2",
"@angular-devkit/build-angular": "~0.1102.18",
"@angular/cli": "~11.2.14",
"@angular/compiler-cli": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@compodoc/compodoc": "^1.1.19",
"@types/chart.js": "^2.9.20",
"@types/jest": "^27.0.3",
"@types/node": "^12.11.1",
"angular-svg-icon": "^11.0.0",
"codelyzer": "^6.0.0",
"glob-parent": "5.1.2",
"jest": "^27.4.5",
"jest-preset-angular": "^11.0.1",
"jwt-decode": "^3.1.2",
"ngx-color-picker": "^10.1.0",
"ngx-embed-video": "^1.0.4",
"ngx-infinite-scroll": "^10.0.0",
"ngx-spinner": "^10.0.1",
"prettier": "^2.4.1",
"protractor": "~7.0.0",
"ts-jest": "^27.1.2",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "~4.0.7"
}
}