-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.81 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
{
"name": "colid-data-marketplace-frontend",
"version": "1.14.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test --watch=true --source-map --code-coverage",
"test:ci": "ng test --browsers=ChromeHeadlessNoSandbox --watch=false --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.x",
"@angular/cdk": "17.3.x",
"@angular/common": "17.3.x",
"@angular/compiler": "17.3.x",
"@angular/core": "17.3.x",
"@angular/forms": "17.3.x",
"@angular/localize": "17.3.x",
"@angular/material": "17.3.x",
"@angular/material-moment-adapter": "17.3.x",
"@angular/platform-browser": "17.3.x",
"@angular/platform-browser-dynamic": "17.3.x",
"@angular/router": "17.3.x",
"@azure/msal-angular": "3.0.x",
"@azure/msal-browser": "3.24.x",
"@fortawesome/angular-fontawesome": "0.14.x",
"@fortawesome/fontawesome-svg-core": "6.2.x",
"@fortawesome/free-regular-svg-icons": "6.2.x",
"@fortawesome/free-solid-svg-icons": "6.2.x",
"@ng-select/ng-select": "^12.0.7",
"@ngxs/devtools-plugin": "^3.8.2",
"@ngxs/logger-plugin": "^3.8.2",
"@ngxs/router-plugin": "^3.8.2",
"@ngxs/store": "^3.8.2",
"@swimlane/ngx-charts": "^20.4.1",
"bootstrap": "5.2.3",
"cronstrue": "^2.27.0",
"d3-sankey": "^0.12.3",
"file-saver-es": "^2.0.5",
"guid-typescript": "^1.0.9",
"lodash-es": "^4.17.21",
"moment": "2.30.x",
"ngx-bootstrap": "^12.0.0",
"ngx-cookie": "^6.0.0",
"ngx-image-zoom": "^1.0.1",
"ngx-infinite-scroll": "^17.0.0",
"ngx-markdown": "^17.2.1",
"ngx-quill": "^25.3.2",
"rxjs": "^7.0.0",
"tslib": "2.3.1",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.x",
"@angular-devkit/schematics": "17.3.x",
"@angular-eslint/builder": "17.5.x",
"@angular-eslint/eslint-plugin": "17.5.x",
"@angular-eslint/eslint-plugin-template": "17.5.x",
"@angular-eslint/schematics": "17.5.x",
"@angular-eslint/template-parser": "17.5.x",
"@angular/cli": "17.3.x",
"@types/jasmine": "~3.8.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.19.3",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"ts-node": "~8.4.1",
"typescript": "~5.4.5"
}
}