-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.75 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.75 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
{
"name": "@openmfp/portal-ui-lib",
"version": "0.192.30",
"repository": {
"url": "git+https://github.com/openmfp/portal-ui-lib.git"
},
"license": "Apache-2.0",
"author": "OpenMFP",
"description": "This library helps you to set up an openmfp based micro frontend portal server with ease.",
"scripts": {
"ng": "ng",
"xliff2json": "node xliff2json.js",
"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 && npm run xliff2json",
"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/openmfp-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 --ignore dist --ignore dist-wc --ext js,yml,yaml,ts,html,css,scss,json,md --exec \"rimraf dist && npm run build:dev && cd dist && yalc publish --push --sig\"",
"watch": "npm run build --watch --configuration development",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:wc": "ng test wc --watch=false",
"test:lib": "ng test lib --watch=false",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"prettier": "@openmfp/config-prettier",
"dependencies": {
"@luigi-project/plugin-auth-oauth2": "^2.27.0",
"jmespath": "^0.16.0",
"jwt-decode": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.ismatch": "^4.4.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/compiler": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/core": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/elements": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/forms": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/platform-browser": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/platform-browser-dynamic": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@angular/router": "^20.3.14 || ^21.1.2 || ^21.2.0",
"@fundamental-ngx/ui5-webcomponents": "^0.58.1 || ^0.59.1",
"@luigi-project/client": "^2.27.0",
"@luigi-project/client-support-angular": "^20.0.1 || ^21.1.0",
"@luigi-project/core": "^2.27.0",
"@luigi-project/plugin-auth-oauth2": "^2.27.0",
"apollo-angular": "^13.0.0",
"gql-query-builder": "^3.8.0",
"graphql": "^16.12.0",
"graphql-sse": "^2.6.0",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.7",
"@angular-eslint/builder": "^21.2.0",
"@angular-eslint/eslint-plugin": "^21.2.0",
"@angular-eslint/eslint-plugin-template": "^21.2.0",
"@angular-eslint/schematics": "^21.2.0",
"@angular-eslint/template-parser": "^21.2.0",
"@angular/cli": "21.2.7",
"@angular/compiler": "21.2.8",
"@angular/compiler-cli": "21.2.8",
"@angular/elements": "21.2.8",
"@angular/localize": "21.2.8",
"@fundamental-ngx/ui5-webcomponents": "0.59.1",
"@openmfp/config-prettier": "0.9.2",
"@openmfp/eslint-config-typescript": "0.7.11",
"@types/jmespath": "0.15.2",
"@types/lodash": "4.17.24",
"@types/node": "24.12.2",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"@vitest/coverage-v8": "4.1.4",
"cpx2": "8.0.2",
"eslint": "9.39.4",
"jsdom": "29.0.2",
"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",
"prettier": "3.8.3",
"rimraf": "6.1.3",
"typescript": "5.9.3",
"vitest": "4.1.4",
"vitest-mock-extended": "4.0.0",
"xliff": "6.3.0",
"yalc": "1.0.0-pre.53"
}
}