-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.46 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
{
"name": "@platform-mesh/portal-ui-lib",
"version": "0.52.0",
"repository": {
"url": "git+https://github.com/platform-mesh/portal-ui-lib.git"
},
"author": "Platform Mesh",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"ng": "ng",
"build": "npm run build:lib && npm run build:wc",
"build:dev": "npm run build:lib && npm run build:wc:dev",
"build:lib": "ng build lib",
"build:wc": "ng build wc && npm run build:wc:rename && npm run build:wc:copy",
"build:wc:rename": "move-cli dist-wc/assets/main.js dist-wc/assets/platform-mesh-portal-ui-wc.js",
"build:wc:copy": "cpx \"dist-wc/**/*\" dist",
"build:wc:dev": "ng build wc --configuration development && npm run build:wc:rename && npm run build:wc:copy",
"build:watch": "mkdirp dist && nodemon",
"watch": "npm run build --watch --configuration development",
"test": "ng test --watch=false",
"test:lib": "ng test lib --watch=false",
"test:wc": "ng test wc --watch=false"
},
"prettier": "@openmfp/config-prettier",
"dependencies": {
"jsonpath-plus": "10.4.0",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.18",
"@angular-eslint/builder": "21.3.1",
"@angular/animations": "21.2.17",
"@angular/build": "21.2.18",
"@angular/cdk": "21.2.7",
"@angular/cli": "21.2.7",
"@angular/common": "21.2.17",
"@angular/compiler": "21.2.17",
"@angular/compiler-cli": "21.2.17",
"@angular/core": "21.2.17",
"@angular/elements": "21.2.17",
"@angular/forms": "21.2.17",
"@angular/localize": "21.2.17",
"@angular/platform-browser": "21.2.17",
"@angular/platform-browser-dynamic": "21.2.17",
"@angular/router": "21.2.17",
"@fundamental-ngx/ui5-webcomponents": "0.59.1",
"@fundamental-ngx/ui5-webcomponents-fiori": "0.59.1",
"@openmfp/config-prettier": "0.9.2",
"@openmfp/ngx": "0.18.10",
"@openmfp/portal-ui-lib": "0.194.14",
"@vitest/coverage-v8": "4.1.10",
"cpx2": "9.0.0",
"flatted": "3.4.3",
"immutable": "5.1.9",
"jsdom": "29.1.1",
"kubernetes-types": "1.30.0",
"mkdirp": "3.0.1",
"move-cli": "2.0.0",
"ng-packagr": "21.2.2",
"ngx-build-plus": "20.0.0",
"nodemon": "3.1.14",
"rimraf": "6.1.3",
"rollup": "4.62.2",
"typescript": "5.9.3",
"vitest": "4.1.10",
"vitest-mock-extended": "5.1.0"
},
"overrides": {
"http-proxy-middleware": "4.2.0",
"uuid": "14.0.1"
}
}