-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
148 lines (148 loc) · 5.26 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "mdm-ui",
"version": "7.4.0-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"dist": "ng build --configuration production --output-path=dist/mdm-ui-$npm_package_version$([ -z \"$MDM_UI_THEME_NAME\" ] && echo \"\" || echo \"-$MDM_UI_THEME_NAME\") && npm run dist-archive",
"dist-archive": "tar zcvf dist/mdm-ui-$npm_package_version$([ -z \"$MDM_UI_THEME_NAME\" ] && echo \"\" || echo \".$MDM_UI_THEME_NAME\").tgz -C dist mdm-ui-$npm_package_version$([ -z \"$MDM_UI_THEME_NAME\" ] && echo \"\" || echo \"-$MDM_UI_THEME_NAME\")",
"test": "ng test",
"test:watch": "ng test --watch",
"test-clearCache": "ng test --clear-cache",
"test-with-coverage": "ng test --coverage",
"test-with-coverage-serial": "ng test --coverage --run-in-band",
"lint": "ng lint",
"eslint": "tsc --noEmit && eslint . --ext ts --fix",
"eslint-nofix": "tsc --noEmit && eslint . --ext ts",
"eslint-nofix-quiet": "tsc --noEmit && eslint . --ext ts --quiet",
"eslint-report": "eslint . --ext ts --format checkstyle -o eslint/eslint_report.xml",
"eslint-junit": "eslint . --ext ts -f ./node_modules/eslint-junit/index.js",
"e2e": "ng e2e",
"postinstall": "ngcc",
"sonar": "sonar-scanner -Dsonar.projectVersion=$npm_package_version",
"license-check": "license-check-and-add -f license-check-and-add-config.json",
"pr-checks": "npm run license-check check && npm run eslint && npm run test"
},
"private": true,
"eslint-junit": {
"suiteName": "eslint tests",
"output": "./eslint/eslint-junit.xml"
},
"dependencies": {
"@ag-grid-community/angular": "29.3.5",
"@ag-grid-community/client-side-row-model": "29.3.5",
"@ag-grid-community/core": "29.3.5",
"@ag-grid-community/styles": "29.3.5",
"@angular-eslint/template-parser": "0.5.0-beta.5",
"@angular-material-extensions/password-strength": "11.0.1",
"@angular/animations": "14.2.12",
"@angular/cdk": "14.2.7",
"@angular/common": "14.2.12",
"@angular/compiler": "14.2.12",
"@angular/core": "14.2.12",
"@angular/flex-layout": "14.0.0-beta.41",
"@angular/forms": "14.2.12",
"@angular/material": "14.2.7",
"@angular/platform-browser": "14.2.12",
"@angular/platform-browser-dynamic": "14.2.12",
"@angular/router": "14.2.12",
"@babel/runtime": "7.20.7",
"@bpmn-io/dmn-migrate": "0.4.3",
"@ctrl/ngx-codemirror": "4.0.1",
"@fortawesome/fontawesome-free": "5.15.4",
"@maurodatamapper/mdm-resources": "5.3.0",
"@uirouter/angular": "10.0.0",
"@uirouter/core": "6.0.9",
"@uirouter/rx": "1.0.0",
"angular-split": "4.0.0",
"backbone": "1.5.0",
"bootstrap": "5.3.3",
"brace": "0.11.1",
"chart.js": "3.9.1",
"chartjs-plugin-datalabels": "2.2.0",
"chokidar": "3.5.3",
"codemirror": "5.58.2",
"core-js": "3.27.2",
"crypto": "1.0.1",
"dagre": "0.8.5",
"diff-match-patch": "1.0.5",
"dmn-js": "10.1.0",
"graphlib": "2.1.8",
"jodit": "3.24.9",
"jodit-angular": "1.12.3",
"jointjs": "3.4.4",
"jquery": "3.6.2",
"jszip": "3.10.1",
"jszip-utils": "0.1.0",
"lodash": "4.17.21",
"marked": "4.0.10",
"ng2-charts": "4.1.1",
"ngx-ace-wrapper": "11.0.0",
"ngx-clipboard": "14.0.1",
"ngx-image-cropper": "3.2.1",
"ngx-json-viewer": "2.4.0",
"ngx-skeleton-loader": "2.4.4",
"ngx-toastr": "13.1.0",
"prismjs": "1.27.0",
"rxjs": "7.4.0",
"svg-pan-zoom": "3.6.1",
"tslib": "2.5.0",
"uuid": "8.3.2",
"zone.js": "0.12.0"
},
"resolutions": {
"webpack": "^5.0.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-builders/jest": "^14.1.0",
"@angular-devkit/build-angular": "14.2.13",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "14.2.12",
"@angular/language-service": "14.2.12",
"@angular/localize": "^14.2.12",
"@ctrl/ngx-codemirror": "4.0.1",
"@types/backbone": "^1.4.14",
"@types/diff-match-patch": "^1.0.32",
"@types/jest": "27.0.2",
"@types/jquery": "3.5.2",
"@types/lodash": "^4.14.161",
"@types/marked": "^4.0.1",
"@types/node": "12.12.64",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/eslint-plugin-tslint": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "48.0.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-config-prettier": "6.12.0",
"eslint-junit": "1.0.1",
"file-saver": "2.0.5",
"jest": "^28.1.3",
"jest-html-reporter": "3.10.2",
"jest-junit": "15.0.0",
"jest-marbles": "^3.0.3",
"jest-preset-angular": "12.2.6",
"jest-sonar": "^0.2.12",
"license-check-and-add": "3.0.4",
"mini-css-extract-plugin": "^2.4.5",
"ng-mocks": "^14.4.0",
"prettier": "2.1.2",
"prettier-eslint": "11.0.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"save-svg-as-png": "1.4.17",
"sonarqube-scanner": "^2.8.1",
"ts-jest": "^28.0.8",
"ts-loader": "^9.2.6",
"ts-node": "^10.0.0",
"typescript": "4.6.4"
}
}