-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.4 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
{
"name": "edc-demo-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 ",
"start-prod": "ng serve --host 0.0.0.0 --configuration=production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"start-edc": "java -Dedc.fs.config=./edc/config.properties -jar ./edc/provider.jar"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.5",
"@angular/cdk": "^13.3.5",
"@angular/common": "~13.3.5",
"@angular/compiler": "~13.3.5",
"@angular/core": "~13.3.5",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.3.5",
"@angular/material": "^13.3.5",
"@angular/platform-browser": "~13.3.5",
"@angular/platform-browser-dynamic": "~13.3.5",
"@angular/router": "~13.3.5",
"@think-it-labs/edc-connector-client": "^0.2.0-beta-6",
"rxjs": "~7.8.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.4",
"@angular/cli": "~13.3.4",
"@angular/compiler-cli": "~13.3.5",
"@types/jasmine": "~4.0.3",
"@types/node": "^20.5.7",
"jasmine-core": "~4.1.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.4"
}
}