-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
105 lines (105 loc) · 3.41 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
{
"name": "senergy-web-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start_dev": "env-cmd ./build-env.sh src . && NODE_OPTIONS=\"--max-old-space-size=8192\" ng serve",
"start_dev_win": "build-env.cmd && node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve",
"build": "ng build",
"test": "NODE_OPTIONS=\"--max-old-space-size=8192\" ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --tsconfig \"./tsconfig.app.json\""
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/cdk": "^15.2.8",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/elements": "^15.2.8",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.2.8",
"@angular/material": "^15.2.8",
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@angular/service-worker": "^15.2.8",
"@types/backbone": "^1.4.1",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.149",
"@webcomponents/custom-elements": "^1.3.2",
"angular-gridster2": "^15.0.4",
"backbone": "^1.4.0",
"bpmn-js": "^4.0.0",
"bpmn-js-properties-panel": "^0.32.1",
"brace": "^0.11.1",
"camunda-bpmn-moddle": "^4.1.0",
"core-js": "^3.17.3",
"cronstrue": "^1.96.0",
"dotenv": "^8.2.0",
"file-saver": "^2.0.5",
"jointjs": "^3.4.4",
"jquery": "^3.5.1",
"keycloak-angular": "^13.0.0",
"keycloak-js": "^20.0.5",
"lodash": "^4.17.19",
"lodash.assign": "^4.2.0",
"lodash.pick": "^4.4.0",
"moment": "^2.24.0",
"ng-apexcharts": "^1.8.0",
"ng2-google-charts": "^7.0.0",
"ngx-clipboard": "^12.3.0",
"ngx-infinite-scroll": "^15.0.0",
"rxjs": "^7.8.0",
"swagger-ui": "^4.18.3",
"tslib": "^2.0.0",
"x2js": "^3.4.1",
"yargs": "^15.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.8",
"@angular/language-service": "^15.2.8",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^13.5.0",
"@types/swagger-ui": "^3.52.0",
"@types/yargs": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"env-cmd": "^10.1.0",
"envsub": "^4.0.7",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^45.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"google-charts": "^2.0.0",
"install": "^0.13.0",
"jasmine-auto-spies": "^7.0.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "^2.2.5",
"npm": "^9.6.5",
"protractor": "~7.0.0",
"ts-node": "^8.6.2",
"typescript": "~4.9.5"
}
}