-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
190 lines (190 loc) · 9.03 KB
/
Copy pathpackage.json
File metadata and controls
190 lines (190 loc) · 9.03 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "siemens-element",
"version": "49.13.0",
"description": "Siemens Element open source theme",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/siemens/element.git"
},
"author": {
"name": "Siemens AG",
"email": "info@siemens.com"
},
"type": "module",
"packageManager": "pnpm@11.20.0",
"engines": {
"node": "^24.0.0"
},
"commitlint": {
"extends": [
"@siemens/commitlint-config/.commitlintrc.js"
]
},
"prettier": "@siemens/prettier-config/.prettierrc.json",
"scripts": {
"start": "ng serve",
"start:prod": "http-server dist/element-examples -s -p 4200 -a 127.0.0.1",
"format": "prettier --log-level warn --write .",
"lint:format": "prettier --check .",
"lint:commit": "commitlint --from=origin/main",
"lint:scss": "stylelint **.scss",
"lint:ng": "ng lint",
"lint:playwright:eslint": "eslint -c playwright/eslint.config.js playwright",
"build:examples": "ng build",
"build:examples:prod": "ng build --configuration production",
"build:examples:aot": "ng build --configuration aot",
"build:all": "pnpm run translate:build && pnpm run \"/^(lib|schematics|live-preview|charts|native-charts|dashboards|map-styles|maps):build$/\"",
"build:all:update-translatable-keys": "pnpm --filter . exec update-translatable-keys",
"lib:build": "ng build element-ng && cpy \"projects/element-ng/*.scss\" \"./dist/@siemens/element-ng\" && cpy \"README.md\" \"./dist/@siemens/element-ng/\"",
"lib:test": "ng test element-ng",
"schematics:build": "tsc -p projects/element-ng/tsconfig.schematics.json",
"schematics:test": "vitest run --config projects/element-ng/vitest.config.schematics.ts",
"translate:test": "ng test element-translate-ng",
"translate:build": "ng build element-translate-ng",
"docs:build": "uv run mkdocs build --strict",
"docs:build:api": "cross-env DOCS_COMPOSER=true DOCS_COMPOSER_OPTIONS='{ \"structured\": true, \"structuredRemoveEncoded\": true }' uv run mkdocs build --strict",
"docs:build:generate": "cross-env DOCS_COMPOSER=true DOCS_COMPOSER_GENERATE=true DOCS_COMPOSER_OPTIONS='{ \"structured\": true, \"structuredRemoveEncoded\": true, \"structuredExcludeGenerated\": true }' uv run mkdocs build --strict",
"docs:serve": "uv run mkdocs serve",
"docs:serve:api": "cross-env DOCS_COMPOSER=true uv run mkdocs serve",
"docs:serve:generate": "cross-env DOCS_COMPOSER=true DOCS_COMPOSER_GENERATE=true uv run mkdocs serve",
"icon-viewer:build-docs": "ng build icon-viewer --configuration=production",
"icon-viewer:serve": "ng serve icon-viewer",
"live-preview:build": "ng build live-preview",
"prepare-brand": "cpy --flat node_modules/@simpl/brand/assets/favicon/sie-favicon_internet_64px.png docs/_src --rename=favicon.png && cpy --flat node_modules/@simpl/brand/assets/favicon/sie-favicon_internet_64px.png src --rename=favicon.png && cpy --flat node_modules/@simpl/brand/assets/favicon/sie-favicon_internet_64px.png projects/dashboards-demo/src --rename=favicon.png && cpy --flat node_modules/@simpl/brand/assets/favicon/sie-favicon_internet_64px.png projects/dashboards-demo/mfe/src --rename=favicon.png",
"postversion": "pnpm run format",
"charts:test": "ng test charts-ng",
"charts:build": "ng build charts-ng",
"native-charts:test": "ng test native-charts-ng",
"native-charts:build": "ng build native-charts-ng",
"maps:test": "ng test maps-ng",
"maps:build": "ng build maps-ng",
"map-styles:test": "ng test map-styles",
"map-styles:build": "ng build map-styles",
"dashboards:test": "ng test dashboards-ng",
"dashboards:build": "ng build dashboards-ng",
"dashboards-demo:build-all:esm": "ng run dashboards-demo:build-esm:production && pnpm run dashboards-demo:build:webcomponents && ng build dashboards-demo-mfe --configuration production,bridge --output-hashing none && ng run dashboards-demo-mfe:build-esm:production",
"dashboards-demo:build-all": "ng build dashboards-demo --configuration demo-deployment && pnpm run dashboards-demo:build:webcomponents && ng build dashboards-demo-mfe --configuration production --output-hashing none",
"dashboards-demo:build-and-run-all:esm": "pnpm run dashboards-demo:build-all:esm && http-server dist/dashboards-demo-esm -s -p 4204 -a 127.0.0.1",
"dashboards-demo:build-and-run-all": "pnpm run dashboards-demo:build-all && http-server dist/dashboards-demo -s -p 4201 -a 127.0.0.1",
"dashboards-demo:run-all:local": "pnpm run dashboards-demo:build:webcomponents && (ng serve dashboards-demo-mfe & http-server dist/dashboards-demo-webcomponents -s -p 4202 & ng serve dashboards-demo)",
"dashboards-demo:run-all:esm:local": "rm -rf dist/dashboards-demo-esm && pnpm run dashboards-demo:build:webcomponents && (ng serve dashboards-demo-mfe & http-server dist/dashboards-demo-webcomponents -s -p 4202 & ng run dashboards-demo-mfe:serve-esm & ng run dashboards-demo:serve-esm) ",
"dashboards-demo:build:webcomponents": "ng build dashboards-demo-webcomponents --configuration production --output-hashing none && node projects/dashboards-demo/webcomponents/concat.cjs",
"api-goldens:test": "pnpm exec tsx tools/api-goldens/index",
"api-goldens:accept": "pnpm exec tsx tools/api-goldens/index accept",
"api-goldens:build-accept": "rimraf .angular dist && pnpm run build:all && pnpm run api-goldens:accept"
},
"dependencies": {
"@angular-architects/module-federation": "21.2.2",
"@angular-architects/native-federation": "22.0.6",
"@angular/aria": "22.0.6",
"@angular/cdk": "22.0.6",
"@angular/common": "22.0.8",
"@angular/core": "22.0.8",
"@angular/elements": "22.0.8",
"@angular/forms": "22.0.8",
"@angular/platform-browser": "22.0.8",
"@angular/router": "22.0.8",
"@maplibre/ngx-maplibre-gl": "22.1.0",
"@meteocons/svg-static": "0.1.0",
"@module-federation/enhanced": "2.8.2",
"@module-federation/runtime": "2.8.2",
"@ngx-formly/bootstrap": "7.1.0",
"@ngx-formly/core": "7.1.0",
"@ngx-translate/core": "18.0.0",
"@ngx-translate/http-loader": "18.0.0",
"@siemens/element-icons": "1.4.0",
"@siemens/ngx-datatable": "27.0.1",
"@softarc/native-federation": "4.4.0",
"@softarc/native-federation-orchestrator": "4.6.0",
"ag-grid-angular": "^36.0.0",
"ag-grid-community": "^36.0.0",
"echarts": "6.1.0",
"es-module-shims": "^2.0.0",
"flag-icons": "7.5.0",
"google-libphonenumber": "3.2.46",
"gridstack": "12.6.0",
"highlight.js": "^11.11.1",
"katex": "^0.17.0",
"maplibre-gl": "6.2.0",
"mermaid": "^11.16.0",
"ngx-image-cropper": "9.1.6",
"ol": "10.10.0",
"ol-ext": "4.0.38",
"ol-mapbox-style": "13.4.2",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"unified": "^11.0.5"
},
"devDependencies": {
"@angular-builders/custom-esbuild": "22.0.1",
"@angular-devkit/build-angular": "22.0.8",
"@angular-devkit/core": "22.0.8",
"@angular-devkit/schematics": "22.0.8",
"@angular/build": "22.0.8",
"@angular/cli": "22.0.8",
"@angular/compiler": "22.0.8",
"@angular/compiler-cli": "22.0.8",
"@angular/language-service": "22.0.8",
"@angular/localize": "22.0.8",
"@axe-core/playwright": "4.12.1",
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
"@eslint/js": "10.0.1",
"@microsoft/api-extractor": "7.58.12",
"@playwright/test": "1.62.1",
"@schematics/angular": "22.1.3",
"@semantic-release/changelog": "7.0.0",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "11.0.1",
"@siemens/commitlint-config": "5.0.0",
"@siemens/eslint-config-angular": "5.0.0",
"@siemens/eslint-plugin-defaultvalue": "5.0.0",
"@siemens/prettier-config": "5.0.0",
"@siemens/stylelint-config-scss": "5.0.0",
"@types/geojson": "7946.0.16",
"@types/google-libphonenumber": "7.4.31",
"@types/json-schema": "7.0.15",
"@types/mdast": "4.0.4",
"@types/node": "24.13.3",
"@vitest/browser-playwright": "4.1.10",
"@vitest/coverage-v8": "4.1.10",
"@vitest/eslint-plugin": "1.6.26",
"angular-eslint": "22.1.0",
"axe-html-reporter": "2.2.11",
"concat": "1.0.3",
"cpy-cli": "7.0.0",
"cross-env": "10.1.0",
"eslint": "10.8.1",
"eslint-plugin-headers": "1.3.4",
"eslint-plugin-perfectionist": "5.10.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-tsdoc": "0.5.2",
"http-server": "14.1.1",
"ng-packagr": "22.0.2",
"ngx-build-plus": "20.0.0",
"piscina": "5.3.0",
"postcss": "8.5.26",
"postcss-scss": "4.0.9",
"prettier": "3.9.6",
"rimraf": "6.1.3",
"semantic-release": "25.0.9",
"semver": "7.8.5",
"stylelint": "17.14.1",
"stylelint-scss": "7.2.0",
"tsx": "4.23.11",
"typescript": "6.0.3",
"typescript-eslint": "8.66.0",
"vitest": "4.1.10"
},
"optionalDependencies": {
"@siemens-ux/design-tokens": "1.0.0-rc.2",
"@simpl/brand": "4.0.0-rc.1",
"@simpl/docs-composer": "12.0.2"
}
}