-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.55 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.55 KB
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
{
"name": "opeb",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build-dev": "ng build --configuration dev_staging",
"build-prod-docker": "ng build --configuration prod_docker",
"build-dev-docker": "ng build --configuration dev_docker",
"build-raw": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"compodoc": "compodoc -p src/tsconfig.app.json -w -s"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.3",
"@angular/cdk": "^12.1.3",
"@angular/common": "^12.1.3",
"@angular/core": "^12.1.3",
"@angular/forms": "^12.1.3",
"@angular/material": "^12.1.3",
"@angular/platform-browser": "^12.1.3",
"@angular/platform-browser-dynamic": "^12.1.3",
"@angular/platform-server": "^12.1.3",
"@angular/router": "^12.1.3",
"@apollo/client": "^3.3.21",
"@compodoc/compodoc": "^1.1.11",
"@inb/oeb-chart-barplot": "^1.1.0",
"@inb/oeb-chart-scatter": "^1.1.1",
"@inb/oeb-classification-table": "^1.2.3",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ngx-formly/bootstrap": "^5.10.22",
"@ngx-formly/core": "^5.10.22",
"@ngx-formly/schematics": "^5.10.22",
"ajv": "^8.6.2",
"angular-datatables": "^12.0.0",
"apollo-angular": "^2.6.0",
"apollo-angular-link-http": "^1.11.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"bootbox": "^5.5.2",
"bootstrap": "^4.2.1",
"c3": "^0.6.8",
"core-js": "^3.15.2",
"d3": "^5.9.1",
"datatables.net": "^1.11.3",
"datatables.net-dt": "^1.10.19",
"graphql": "^14.4.1",
"graphql-tag": "^2.10.1",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"json-schema-ref-parser": "^9.0.9",
"keycloak-angular": "^8.3.0",
"keycloak-js": "^14.0.0",
"license-checker": "^25.0.1",
"popper.js": "^1.15.0",
"process": "^0.11.10",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"util": "^0.12.4",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.3",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "^12.1.3",
"@angular/compiler": "^12.1.3",
"@angular/compiler-cli": "^12.1.3",
"@angular/language-service": "^12.1.3",
"@types/datatables.net": "^1.10.17",
"@types/jasmine": "^3.3.13",
"@types/jasminewd2": "^2.0.6",
"@types/jquery": "^3.3.38",
"@types/node": "^12.12.47",
"chokidar": "^3.5.2",
"codelyzer": "^5.0.1",
"https-browserify": "^1.0.0",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^12.1.2",
"protractor": "^5.4.4",
"rxjs-tslint": "^0.1.8",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-node": "~8.3.0",
"tsickle": "^0.35.0",
"tslib": "^1.14.1",
"tslint": "^6.1.0",
"typescript": "4.3.5"
}
}