@genesislcap/foundation-layout 14.22.1 → 14.23.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -14
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-layout",
|
3
3
|
"description": "Genesis Foundation UI App Layout",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.23.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -9,17 +9,11 @@
|
|
9
9
|
"PORT": 3020
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
|
-
"
|
13
|
-
"api:document": "api-documenter markdown -i dist -o docs/api",
|
14
|
-
"api:extract": "api-extractor run",
|
15
|
-
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
16
|
-
"build:tsc": "tsc -b ./tsconfig.json",
|
12
|
+
"build": "genx build",
|
17
13
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
18
14
|
"build:webpack:make-federated-types": "make-federated-types",
|
19
15
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
20
|
-
"
|
21
|
-
"clean": "genx clean dist tsconfig.tsbuildinfo",
|
22
|
-
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
16
|
+
"clean": "genx clean",
|
23
17
|
"dev": "npm run dev:webpack",
|
24
18
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
|
25
19
|
"serve": "genx serve",
|
@@ -38,8 +32,8 @@
|
|
38
32
|
},
|
39
33
|
"devDependencies": {
|
40
34
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
41
|
-
"@genesislcap/foundation-testing": "^14.
|
42
|
-
"@genesislcap/genx": "^14.
|
35
|
+
"@genesislcap/foundation-testing": "^14.23.0",
|
36
|
+
"@genesislcap/genx": "^14.23.0",
|
43
37
|
"@module-federation/dashboard-plugin": "2.3.0",
|
44
38
|
"@pixability-ui/federated-types": "^0.2.0",
|
45
39
|
"@playwright/test": "^1.18.1",
|
@@ -78,8 +72,8 @@
|
|
78
72
|
},
|
79
73
|
"dependencies": {
|
80
74
|
"@genesis-community/golden-layout": "^2.9.3",
|
81
|
-
"@genesislcap/foundation-comms": "^14.
|
82
|
-
"@genesislcap/foundation-utils": "^14.
|
75
|
+
"@genesislcap/foundation-comms": "^14.23.0",
|
76
|
+
"@genesislcap/foundation-utils": "^14.23.0",
|
83
77
|
"@microsoft/fast-components": "^2.21.3",
|
84
78
|
"@microsoft/fast-element": "^1.7.0",
|
85
79
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -90,5 +84,5 @@
|
|
90
84
|
"access": "public"
|
91
85
|
},
|
92
86
|
"customElements": "dist/custom-elements.json",
|
93
|
-
"gitHead": "
|
87
|
+
"gitHead": "e32f041c0d827b1731f2de5ba5aeef20bb4ae7a9"
|
94
88
|
}
|