-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.48 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
{
"name": "marketplace",
"version": "2.1.1",
"config": {
"coreui_library_short_version": "4.3",
"coreui_library_docs_url": "https://coreui.io/angular/docs/"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration local",
"watch": "ng build --watch --configuration local",
"test": "ng test",
"qa": "ng test && ng serve"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^9.0.0",
"@angular/animations": "^15.1.2",
"@angular/cdk": "^15.1.2",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.2.9",
"@angular/language-service": "^15.2.9",
"@angular/material": "^15.2.9",
"@angular/material-moment-adapter": "^15.2.9",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@coreui/angular": "~4.3.9",
"@coreui/angular-chartjs": "~4.3.9",
"@coreui/chartjs": "^3.1.2",
"@coreui/coreui": "~4.2.6",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "~4.3.9",
"@coreui/utils": "^1.3.1",
"@frogcat/ttl2jsonld": "^0.0.9",
"@merlot-education/m-basic-ui": "0.0.0-5e92c9f",
"@merlot-education/m-dashboard-ui": "0.0.0-5e92c9f",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"angular-auth-oidc-client": "^17.0.0",
"chart.js": "^3.9.1",
"file-saver": "^2.0.5",
"jwt-decode": "^4.0.0",
"n3": "^1.17.0",
"ngx-json-viewer": "^3.2.1",
"ngx-perfect-scrollbar": "^10.1.1",
"ngx-rerender": "^1.2.0",
"rxjs": "~7.8.0",
"stream": "^0.0.2",
"tslib": "^2.6.1",
"url": "^0.11.1",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.11",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "^15.1.2",
"@angular/localize": "^15.2.9",
"@types/jasmine": "^4.3.5",
"@types/node": "^18.17.1",
"async-mutex": "^0.4.0",
"cypress": "^13.3.3",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.4"
},
"engines": {
"node": "^14.20.0 || ^16.13.0 || ^18.10.0",
"npm": ">= 6"
}
}