-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "openbanking-ui-customization",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build",
"build.ci": "ng build --outputPath dist --baseHref=https://openbankingtoolkit.github.io/openbanking-ui-customization/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^9.0.0",
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/flex-layout": "7.0.0-beta.19",
"@angular/forms": "^9.0.0",
"@angular/material": "^9.0.0",
"@angular/material-moment-adapter": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/router": "^9.0.0",
"@forgerock/openbanking-ngx-common": "^1.0.2",
"@ngrx/effects": "^9.0.0-beta.0",
"@ngrx/entity": "^9.0.0-beta.0",
"@ngrx/router-store": "^9.0.0-beta.0",
"@ngrx/store": "^9.0.0-beta.0",
"@ngrx/store-devtools": "^9.0.0-beta.0",
"file-saver": "^2.0.0",
"lodash-es": "^4.17.15",
"ngx-color-picker": "^9.1.0",
"ngx-file-drop": "^5.0.0",
"rxjs": "^6.5.4",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.1",
"@angular/cli": "^9.0.1",
"@angular/compiler-cli": "^9.0.0",
"@angular/language-service": "^9.0.0",
"@types/node": "^8.9.5",
"node-sass": "^4.13.1",
"sass-extract-loader": "^1.1.0",
"sass-loader": "^8.0.2",
"ts-node": "~8.6.2",
"tslib": "^1.10.0",
"tslint": "~6.0.0",
"typescript": "~3.7.5"
}
}