-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
122 lines (117 loc) · 8.03 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "scion-microfrontend-platform",
"version": "1.3.1",
"description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origins and facilitates embedding microfrontends using a web component and a router. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform",
"bugs": {
"url": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/issues"
},
"author": {
"name": "SCION contributors"
},
"scripts": {
"before-push": "run-s build lint test:headless e2e:headless",
"build": "run-s **:*:build **:*:typedoc",
"start": "run-p -r microfrontend-platform-testing-app:*:serve microfrontend-platform-devtools:serve",
"lint": "run-s **:*:lint",
"test": "run-s **:*:test",
"test:headless": "cross-env HEADLESS=true run-s **:*:test",
"e2e": "run-s \"**:e2e:run -- {@}\" --",
"e2e:headless": "cross-env HEADLESS=true run-s \"**:e2e:run -- {@}\" --",
"postinstall": "cross-env PLAYWRIGHT_BROWSERS_PATH=0 playwright install chromium",
"microfrontend-platform:build": "ng build --configuration production @scion/microfrontend-platform",
"microfrontend-platform:lint": "ng lint @scion/microfrontend-platform",
"microfrontend-platform:test": "ng test @scion/microfrontend-platform",
"microfrontend-platform:analyze": "npm run microfrontend-platform:build && ng build @scion/microfrontend-platform.client-application-bundle-analyzer && source-map-explorer dist/microfrontend-platform-client-application-bundle-analyzer/main*.js",
"microfrontend-platform:analyze:assert": "npm run microfrontend-platform:build && ng build @scion/microfrontend-platform.client-application-bundle-analyzer && source-map-explorer dist/microfrontend-platform-client-application-bundle-analyzer/main*.js --json dist/microfrontend-platform-client-application-bundle-analyzer/stats.json && ng test @scion/microfrontend-platform.client-application-bundle-analyzer",
"microfrontend-platform:typedoc": "typedoc --plugin typedoc-plugin-extras --tsconfig projects/scion/microfrontend-platform/tsconfig.lib.prod.typedoc.json --favicon resources/branding/favicon.ico",
"microfrontend-platform:adoc": "run-s \"microfrontend-platform:adoc:generate -- {@}\" microfrontend-platform:adoc:copy:* --",
"microfrontend-platform:adoc:generate": "asciidoctor -r ./docs/adoc/extensions/prism-extension --destination-dir dist/microfrontend-platform-developer-guide docs/adoc/microfrontend-platform-developer-guide/index.adoc",
"microfrontend-platform:adoc:copy:images": "cp -r ./docs/adoc/microfrontend-platform-developer-guide/images dist/microfrontend-platform-developer-guide",
"microfrontend-platform:adoc:copy:favicon": "cp ./resources/branding/favicon.ico dist/microfrontend-platform-developer-guide",
"microfrontend-platform-testing-app:build": "ng build microfrontend-platform-testing-app --configuration=development",
"microfrontend-platform-testing-app-vercel:build": "ng build microfrontend-platform-testing-app --configuration=production-vercel",
"microfrontend-platform-testing-app-ci:build": "ng build microfrontend-platform-testing-app --configuration=production-ci",
"microfrontend-platform-testing-app:lint": "ng lint microfrontend-platform-testing-app",
"microfrontend-platform-testing-app:4201:serve": "ng serve microfrontend-platform-testing-app --port 4201",
"microfrontend-platform-testing-app:4201:dist-serve": "serve dist/microfrontend-platform-testing-app-ci/browser -p 4201 --config ../../../apps/microfrontend-platform-testing-app/vercel-test-server.config.json --no-request-logging",
"microfrontend-platform-testing-app:4202:serve": "ng serve microfrontend-platform-testing-app --port 4202",
"microfrontend-platform-testing-app:4202:dist-serve": "serve dist/microfrontend-platform-testing-app-ci/browser -p 4202 --config ../../../apps/microfrontend-platform-testing-app/vercel-test-server.config.json --no-request-logging",
"microfrontend-platform-testing-app:4203:serve": "ng serve microfrontend-platform-testing-app --port 4203",
"microfrontend-platform-testing-app:4203:dist-serve": "serve dist/microfrontend-platform-testing-app-ci/browser -p 4203 --config ../../../apps/microfrontend-platform-testing-app/vercel-test-server.config.json --no-request-logging",
"microfrontend-platform-testing-app:4204:serve": "ng serve microfrontend-platform-testing-app --port 4204",
"microfrontend-platform-testing-app:4204:dist-serve": "serve dist/microfrontend-platform-testing-app-ci/browser -p 4204 --config ../../../apps/microfrontend-platform-testing-app/vercel-test-server.config.json --no-request-logging",
"microfrontend-platform-devtools:build": "ng build microfrontend-platform-devtools --configuration=development",
"microfrontend-platform-devtools-vercel:build": "ng build microfrontend-platform-devtools --configuration=production-vercel",
"microfrontend-platform-devtools:lint": "ng lint microfrontend-platform-devtools",
"microfrontend-platform-devtools:serve": "ng serve microfrontend-platform-devtools --port 5200",
"changelog": "run-p changelog:*",
"changelog:full": "conventional-changelog -p angular -i CHANGELOG.md -s && markdown-include docs/site/changelog/changelog.template.json",
"changelog:latest": "conventional-changelog -p angular -o CHANGELOG_LATEST.md",
"e2e:run": "tsc --incremental -p projects/scion/microfrontend-platform.e2e/tsconfig.json && cross-env PLAYWRIGHT_BROWSERS_PATH=0 playwright test --config out-tsc/microfrontend-platform.e2e",
"e2e:debug": "tsc --incremental -p projects/scion/microfrontend-platform.e2e/tsconfig.json && cross-env PLAYWRIGHT_BROWSERS_PATH=0 PWDEBUG=1 playwright test --config out-tsc/microfrontend-platform.e2e",
"e2e:lint": "ng lint @scion/microfrontend-platform.e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.3",
"@angular/cdk": "18.0.3",
"@angular/common": "18.0.3",
"@angular/compiler": "18.0.3",
"@angular/core": "18.0.3",
"@angular/forms": "18.0.3",
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/router": "18.0.3",
"@scion/components": "18.1.1",
"@scion/components.internal": "18.0.1",
"@scion/toolkit": "1.6.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.4",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "18.0.4",
"@angular/compiler-cli": "18.0.3",
"@asciidoctor/cli": "4.0.0",
"@asciidoctor/core": "2.2.8",
"@playwright/test": "1.44.1",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"asciidoctor-prism-extension": "2.0.7",
"conventional-changelog-cli": "5.0.0",
"cross-env": "7.0.3",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-rxjs": "5.0.3",
"jasmine-core": "5.1.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-esbuild": "2.3.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"markdown-include": "0.4.3",
"ng-packagr": "18.0.0",
"npm-run-all": "4.1.5",
"serve": "14.2.4",
"source-map-explorer": "2.5.3",
"typedoc": "0.25.13",
"typedoc-plugin-extras": "3.0.0",
"typescript": "5.4.5",
"vercel": "34.2.7"
},
"repository": {
"type": "git",
"url": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform.git"
}
}