@digital-realty/app-shell 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/app-Bjkcm8M8.js +1587 -0
- package/dist/assets/333F1E_0_0.eot +0 -0
- package/dist/assets/333F1E_0_0.ttf +0 -0
- package/dist/assets/333F1E_0_0.woff +0 -0
- package/dist/assets/333F1E_0_0.woff2 +0 -0
- package/dist/assets/app-icons/favicon.png +0 -0
- package/dist/assets/app-icons/site.webmanifest +8 -0
- package/dist/assets/bulk_visitor_request_template.csv +1 -0
- package/dist/assets/dlr-brandmark-narrow-black.png +0 -0
- package/dist/assets/favicon.png +0 -0
- package/dist/assets/fonts/museo-300/333F1E_0_0.eot +0 -0
- package/dist/assets/fonts/museo-300/333F1E_0_0.ttf +0 -0
- package/dist/assets/fonts/museo-300/333F1E_0_0.woff +0 -0
- package/dist/assets/fonts/museo-300/333F1E_0_0.woff2 +0 -0
- package/dist/assets/images/app-icons/favicon.png +0 -0
- package/dist/assets/images/app-icons/site.webmanifest +8 -0
- package/dist/assets/images/dlr-brandmark-narrow-black.png +0 -0
- package/dist/assets/images/login-background.jpg +0 -0
- package/dist/assets/login-background.jpg +0 -0
- package/dist/assets/museo-300/333F1E_0_0.eot +0 -0
- package/dist/assets/museo-300/333F1E_0_0.ttf +0 -0
- package/dist/assets/museo-300/333F1E_0_0.woff +0 -0
- package/dist/assets/museo-300/333F1E_0_0.woff2 +0 -0
- package/dist/assets/site.webmanifest +8 -0
- package/dist/bootstrap.js +1 -0
- package/dist/index.html +170 -0
- package/dist/logout-DwQJmwiJ.js +1 -0
- package/dist/manifest.json +7 -0
- package/dist/registered-apps.json +113 -0
- package/dist/scripts/config.js +31 -0
- package/dist/scripts/registered-service-workers.js +1 -0
- package/dist/service-worker-root.js +41 -0
- package/dist/versions.json +1 -0
- package/package.json +174 -0
package/package.json
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@digital-realty/app-shell",
|
|
3
|
+
"version": "11.0.0",
|
|
4
|
+
"license": "UNLICENSED",
|
|
5
|
+
"contributors": [
|
|
6
|
+
"DLR"
|
|
7
|
+
],
|
|
8
|
+
"main": "dist/bootstrap.js",
|
|
9
|
+
"module": "dist/bootstrap.js",
|
|
10
|
+
"type": "module",
|
|
11
|
+
"exports": {
|
|
12
|
+
"./bootstrap.js": "./dist/bootstrap.js",
|
|
13
|
+
"./versions.json": "./dist/versions.json"
|
|
14
|
+
},
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"workspaces": [
|
|
22
|
+
"../lib-components/packages/*",
|
|
23
|
+
"../ui-service-management",
|
|
24
|
+
"../ui-user-management",
|
|
25
|
+
"../ui-cross-connect-order",
|
|
26
|
+
"../ui-mfe-dcim",
|
|
27
|
+
"../ui-mfe-reports",
|
|
28
|
+
"../ui-inventory",
|
|
29
|
+
"../ui-launchpad",
|
|
30
|
+
"../ui-my-account",
|
|
31
|
+
"../ui-gom",
|
|
32
|
+
"../ui-esg"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build:local": "npm run build --env=local",
|
|
36
|
+
"build:workspace": "npm run build",
|
|
37
|
+
"prepack": "npm run build",
|
|
38
|
+
"generate-import-map-localhost": "ix-import-map write-import-map --cdn=http://localhost:8081",
|
|
39
|
+
"generate-import-map": "ix-import-map write-import-map --latest-packages=true",
|
|
40
|
+
"build": "run-s build:step:*",
|
|
41
|
+
"build:step:generate": "npm run generate-config && npm run generate-api:notifications && npm run compile-less-to-styles && npm run tailwindcss:build && npm run twlit:build",
|
|
42
|
+
"build:step:package": "rimraf dist && tsc && rollup -c rollup.config.mjs",
|
|
43
|
+
"serve:dist": "web-dev-server --config web-dist-server.config.mjs",
|
|
44
|
+
"ts:watch": "concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"npm run tailwindcss:watch\" \"npm run twlit:watch\"",
|
|
45
|
+
"start": "npm run start:pre-serve && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\" \"npm run tailwindcss:watch\" \"npm run twlit:watch\"",
|
|
46
|
+
"start:pre-serve": "rimraf lib && rollup -c preserve.rollup.config.mjs && tsc",
|
|
47
|
+
"start:serve": "web-dev-server",
|
|
48
|
+
"compile-less-to-styles": "rimraf --glob \"src/styles/*.js\" && node build_scripts/compile-less-to-styles.cjs",
|
|
49
|
+
"generate-config": "node build_scripts/generate-config.cjs",
|
|
50
|
+
"serve": "npm run build && prpl-server --root dist",
|
|
51
|
+
"test": "npm run test:prebuild && web-test-runner --coverage",
|
|
52
|
+
"test:prebuild": "rimraf lib && tsc && rollup -c preserve.rollup.config.mjs && npm run compile-less-to-styles && npm run tailwindcss:build && npm run twlit:build && npm run generate-config --use_test_settings=true",
|
|
53
|
+
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
54
|
+
"lint": "npm run lint:eslint && npm run lint:prettier",
|
|
55
|
+
"lint:eslint": "eslint --ext .js,.html .",
|
|
56
|
+
"lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",
|
|
57
|
+
"format": "npm run format:eslint && npm run format:prettier",
|
|
58
|
+
"format:eslint": "eslint --ext .js,.html . --fix",
|
|
59
|
+
"format:prettier": "prettier \"**/*.js\" --write",
|
|
60
|
+
"pipelines-npm-audit": "node build_scripts/pipelines-npm-audit.cjs",
|
|
61
|
+
"tailwindcss:build": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css",
|
|
62
|
+
"tailwindcss:watch": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css --watch",
|
|
63
|
+
"twlit:build": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js",
|
|
64
|
+
"twlit:watch": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.js --watch",
|
|
65
|
+
"generate-api:notifications": "openapi-generator-cli generate -i src/components/notifications/api/notifications-api.yaml -g typescript-fetch -o src/components/notifications/api/notifications-api --additional-properties=typescriptThreePlus=true,importFileExtension=.js"
|
|
66
|
+
},
|
|
67
|
+
"resolutions": {
|
|
68
|
+
"ini": "1.3.6",
|
|
69
|
+
"minimist": "1.2.5"
|
|
70
|
+
},
|
|
71
|
+
"dependencies": {
|
|
72
|
+
"@adobe/lit-mobx": "^2.2.2",
|
|
73
|
+
"@digital-realty/ix-account-switcher": "^1.1.6",
|
|
74
|
+
"@digital-realty/ix-app-logic": "^2.0.1",
|
|
75
|
+
"@digital-realty/ix-divider": "^1.2.3",
|
|
76
|
+
"@digital-realty/ix-icon": "^1.1.3",
|
|
77
|
+
"@digital-realty/ix-icon-button": "1.2.2",
|
|
78
|
+
"@digital-realty/ix-intraportal-nav": "^1.0.1",
|
|
79
|
+
"@digital-realty/ix-menu": "1.0.4",
|
|
80
|
+
"@digital-realty/ix-toast": "1.0.27",
|
|
81
|
+
"@digital-realty/ix-tooltip": "^1.1.3",
|
|
82
|
+
"@digital-realty/theme": "^3.0.1",
|
|
83
|
+
"@floating-ui/dom": "^1.6.7",
|
|
84
|
+
"@koa/cors": "^3.4.3",
|
|
85
|
+
"@lit-labs/motion": "^1.0.7",
|
|
86
|
+
"@lit/react": "^1.0.5",
|
|
87
|
+
"@lit/reactive-element": "^2.0.4",
|
|
88
|
+
"@material/web": "2.4.0",
|
|
89
|
+
"@microsoft/applicationinsights-web": "^2.5.10",
|
|
90
|
+
"@redux-offline/redux-offline": "^2.6.0",
|
|
91
|
+
"@vaadin/grid": "^24.4.7",
|
|
92
|
+
"@vaadin/router": "^1.7.2",
|
|
93
|
+
"@web/dev-server-import-maps": "^0.0.7",
|
|
94
|
+
"@web/dev-server-rollup": "^0.3.19",
|
|
95
|
+
"@webcomponents/custom-elements": "^1.4.2",
|
|
96
|
+
"@webcomponents/webcomponentsjs": "^2.4.3",
|
|
97
|
+
"cross-fetch": "^4.0.0",
|
|
98
|
+
"date-fns": "^4.1.0",
|
|
99
|
+
"http-request-mock": "^1.8.28",
|
|
100
|
+
"http-status-codes": "^1.4.0",
|
|
101
|
+
"lit": "^3.1.0",
|
|
102
|
+
"lit-element": "^4.1.1",
|
|
103
|
+
"lit-html": "^2.8.0",
|
|
104
|
+
"lodash.debounce": "^4.0.8",
|
|
105
|
+
"markdown-it": "^14.1.0",
|
|
106
|
+
"mobx": "^6.12.3",
|
|
107
|
+
"mobx-persist-store": "^1.1.5",
|
|
108
|
+
"moment": "^2.29.1",
|
|
109
|
+
"moment-timezone": "^0.5.45",
|
|
110
|
+
"oidc-client": "^1.11.5",
|
|
111
|
+
"oidc-client-ts": "^3.0.1",
|
|
112
|
+
"path": "^0.12.7",
|
|
113
|
+
"react": "^18.2.0",
|
|
114
|
+
"react-dom": "^18.2.0",
|
|
115
|
+
"redux-persist": "^6.0.0",
|
|
116
|
+
"toastify-js": "^1.12.0",
|
|
117
|
+
"tslib": "^2.8.1",
|
|
118
|
+
"uuid": "^10.0.0",
|
|
119
|
+
"validator": "^13.12.0",
|
|
120
|
+
"workbox-window": "^7.3.0"
|
|
121
|
+
},
|
|
122
|
+
"devDependencies": {
|
|
123
|
+
"@babel/eslint-parser": "^7.25.8",
|
|
124
|
+
"@custom-elements-manifest/analyzer": "^0.10.3",
|
|
125
|
+
"@digital-realty/ix-twlit": "1.0.1",
|
|
126
|
+
"@open-wc/eslint-config": "^12.0.3",
|
|
127
|
+
"@open-wc/testing": "^4.0.0",
|
|
128
|
+
"@openapitools/openapi-generator-cli": "^2.13.4",
|
|
129
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
130
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
131
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
132
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
133
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
134
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
135
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
136
|
+
"@storybook/addon-a11y": "^7.6.20",
|
|
137
|
+
"@storybook/addon-essentials": "^7.6.20",
|
|
138
|
+
"@storybook/addon-links": "^7.6.20",
|
|
139
|
+
"@storybook/web-components": "^7.6.20",
|
|
140
|
+
"@web/dev-server": "^0.4.6",
|
|
141
|
+
"@web/dev-server-esbuild": "^1.0.2",
|
|
142
|
+
"@web/rollup-plugin-html": "^2.3.0",
|
|
143
|
+
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
|
|
144
|
+
"@web/storybook-builder": "^0.1.16",
|
|
145
|
+
"@web/storybook-framework-web-components": "^0.1.2",
|
|
146
|
+
"@web/test-runner": "^0.18.2",
|
|
147
|
+
"@web/test-runner-junit-reporter": "^0.8.0",
|
|
148
|
+
"@web/test-runner-playwright": "^0.11.1",
|
|
149
|
+
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
150
|
+
"change-case": "^3.1.0",
|
|
151
|
+
"deepmerge": "^4.3.1",
|
|
152
|
+
"eslint": "^8.57.0",
|
|
153
|
+
"eslint-config-prettier": "^9.1.0",
|
|
154
|
+
"fetch-mock": "^9.11.0",
|
|
155
|
+
"husky": "^9.0.11",
|
|
156
|
+
"less": "^3.11.3",
|
|
157
|
+
"lint-staged": "^15.2.7",
|
|
158
|
+
"minimist": "^1.2.8",
|
|
159
|
+
"npm-run-all": "^4.1.5",
|
|
160
|
+
"prettier": "^3.3.2",
|
|
161
|
+
"rimraf": "^5.0.9",
|
|
162
|
+
"rollup": "^4.18.1",
|
|
163
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
164
|
+
"rollup-plugin-esbuild": "^6.1.1",
|
|
165
|
+
"rollup-plugin-modify": "^3.0.0",
|
|
166
|
+
"rollup-plugin-workbox": "^8.1.0",
|
|
167
|
+
"sinon": "^15.0.1",
|
|
168
|
+
"tailwindcss": "^3.3.5"
|
|
169
|
+
},
|
|
170
|
+
"optionalDependencies": {
|
|
171
|
+
"@rollup/rollup-darwin-x64": "^4.24.0",
|
|
172
|
+
"@rollup/rollup-win32-x64-msvc": "^4.24.0"
|
|
173
|
+
}
|
|
174
|
+
}
|