-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
130 lines (130 loc) · 4.9 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "blueriq-material",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/blueriq/blueriq-material",
"keywords": [
"blueriq",
"theme"
],
"scripts": {
"ng": "ng",
"ng:version": "ng version",
"browserslist": "npx browserslist",
"start": "ng serve --open --host 0.0.0.0 --proxy-config proxy.conf.js",
"start:dashboard": "ng serve --open --host 0.0.0.0 --proxy-config proxy-dashboard.conf.js",
"start:nolive": "yarn start --live-reload false --watch false",
"build": "ng build --configuration production",
"build:runtime": "ng build --configuration production -c runtime",
"test": "ng test",
"lint": "yarn eslint && yarn stylelint",
"eslint": "ng lint",
"stylelint": "stylelint src/**/*.scss",
"verify": "ng test --watch false --code-coverage true",
"verify:all": "yarn verify && yarn eslint && yarn stylelint",
"e2e:dev": "yarn e2e:docker-prepare && yarn start-server-and-test e2e:app:start 1337 \"cypress open --config baseUrl=http://localhost:1337\"",
"e2e:dev-dashboard": "yarn build && yarn e2e:docker-prepare-dashboards -overrideVersion=true && cypress open --config baseUrl=http://host.docker.internal:9081",
"e2e:local": "cypress open --config baseUrl=http://localhost:4200",
"e2e:app:start": "ng serve --port 1337 --proxy-config proxy-e2e.conf.js",
"e2e:docker-prepare": "cypress/docker/prepare.cmd",
"e2e:docker-prepare-dashboards": "cypress/docker/prepare-dashboards.cmd",
"e2e:docker-down": "cypress/docker/destruct.cmd",
"e2e:docker-down-dashboards": "cypress/docker/destruct-dashboards.cmd",
"e2e:reporting": "yarn e2e:merge-report && yarn e2e:generate-report",
"e2e:generate-report": "marge cypress/report/mochareports/report.json -f report -o cypress/report/mochareports",
"e2e:merge-report": "mochawesome-merge cypress/report/mocha/*.json > cypress/report/mochareports/report.json",
"docs": "compodoc --config compodoc.json",
"version:increment": "npm version --allow-same-version"
},
"browserslist": [
"last 2 Edge major versions",
"last 2 Chrome major versions",
"last 2 Firefox major versions",
"last 2 Safari major versions",
"Firefox ESR"
],
"engines": {
"yarn": "^1.22.0"
},
"dependencies": {
"@angular/animations": "15.2.9",
"@angular/cdk": "15.2.9",
"@angular/common": "15.2.9",
"@angular/compiler": "15.2.9",
"@angular/core": "15.2.9",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "15.2.9",
"@angular/material": "15.2.9",
"@angular/material-moment-adapter": "15.2.9",
"@angular/platform-browser": "15.2.9",
"@angular/platform-browser-dynamic": "15.2.9",
"@angular/router": "15.2.9",
"@blueriq/angular": "0.18.9",
"@blueriq/core": "0.18.9",
"@blueriq/dashboard": "0.18.9",
"@blueriq/devtools": "0.18.9",
"@danielmoncada/angular-datetime-picker": "15.0.2",
"@danielmoncada/angular-datetime-picker-moment-adapter": "3.0.1",
"@ngrx/effects": "15.4.0",
"@ngrx/store": "15.4.0",
"@ngrx/store-devtools": "15.4.0",
"chart.js": "2.9.4",
"font-awesome": "4.7.0",
"material-icons": "0.3.1",
"moment": "2.29.4",
"ng2-file-upload": "4.0.0",
"roboto-fontface": "0.10.0",
"rxjs": "7.8.1",
"tslib": "2.5.3",
"uuid": "9.0.0",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.8",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.8",
"@angular/compiler-cli": "15.2.9",
"@angular/language-service": "15.2.9",
"@compodoc/compodoc": "1.1.19",
"@types/jasmine": "4.0.3",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"auditjs": "4.0.46",
"eslint": "8.42.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "4.5.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"karma-junit-reporter": "2.0.1",
"start-server-and-test": "1.14.0",
"stylelint": "14.14.1",
"stylelint-checkstyle-reporter": "0.2.0",
"stylelint-config-standard-scss": "6.1.0",
"typescript": "4.9.4"
},
"optionalDependencies": {
"cypress": "10.11.0",
"cypress-file-upload": "^5.0.8",
"cypress-image-diff-js": "1.23.0",
"cypress-multi-reporters": "^1.4.0",
"mocha": "^10.2.0",
"mochawesome": "^6.2.1",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^6.2.0"
},
"resolutions": {
"glob-parent": "^6.0.2",
"minimatch": "^3.0.5",
"validator": "13.7.0"
}
}