-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.06 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.06 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
{
"name": "example-content-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve ui",
"start:wc": "ng serve wc --single-bundle --no-live-reload --port=4201 --serve-path=/ui/example-ui/wc/ ",
"build": "ng build ui",
"build:wc": "ng build wc --single-bundle --output-hashing none",
"build-prod": "ng build ui -c production",
"watch": "ng build ui --watch --configuration development",
"test": "echo 'tests skipped for now'"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/elements": "^17.3.11",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@apollo/client": "3.14.0",
"@fundamental-ngx/cdk": "0.50.0",
"@fundamental-ngx/core": "^0.50.0",
"@fundamental-ngx/i18n": "0.50.0",
"@luigi-project/client": "^2.27.0",
"@luigi-project/client-support-angular": "^2.22.1",
"@sap-theming/theming-base-content": "^11.15.0",
"@ui5/webcomponents-icons": "2.0.1",
"@ui5/webcomponents-icons-business-suite": "2.0.1",
"@ui5/webcomponents-icons-tnt": "2.0.1",
"@ui5/webcomponents-ngx": "0.3.0",
"apollo-angular": "7.0.2",
"chart.js": "4.5.1",
"deepmerge": "4.3.1",
"fundamental-styles": "0.37.0",
"graphql": "16.12.0",
"graphql-sse": "2.6.0",
"minifaker": "1.34.1",
"rxjs": "~7.8.0",
"tslib": "2.8.1",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.0",
"@types/jasmine": "5.1.15",
"concurrently": "9.2.1",
"jasmine-core": "6.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ngx-build-plus": "^17.0.0",
"typescript": "~5.4.2"
}
}