@genesislcap/foundation-layout 14.24.4 → 14.25.1-alpha-7849de5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -37
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.25.1-alpha-7849de5.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -10,12 +10,11 @@
|
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
12
|
"build": "genx build",
|
13
|
-
"build:webpack": "
|
14
|
-
"build:webpack:
|
15
|
-
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
13
|
+
"build:webpack": "genx build -b webpack",
|
14
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
16
15
|
"clean": "genx clean",
|
17
16
|
"dev": "npm run dev:webpack",
|
18
|
-
"dev:webpack": "
|
17
|
+
"dev:webpack": "genx dev -b webpack",
|
19
18
|
"serve": "genx serve",
|
20
19
|
"test": "npm run test:unit",
|
21
20
|
"test:coverage": "c8 --include=src npm run test:unit",
|
@@ -31,48 +30,22 @@
|
|
31
30
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
32
31
|
},
|
33
32
|
"devDependencies": {
|
34
|
-
"@genesislcap/foundation-testing": "
|
35
|
-
"@genesislcap/genx": "
|
36
|
-
"@module-federation/dashboard-plugin": "2.3.0",
|
37
|
-
"@pixability-ui/federated-types": "^0.2.0",
|
33
|
+
"@genesislcap/foundation-testing": "14.25.1-alpha-7849de5.0",
|
34
|
+
"@genesislcap/genx": "14.25.1-alpha-7849de5.0",
|
38
35
|
"@playwright/test": "^1.18.1",
|
39
36
|
"c8": "^7.11.0",
|
40
|
-
"camel-case": "^4.1.2",
|
41
|
-
"clean-webpack-plugin": "^4.0.0",
|
42
|
-
"cross-env": "^7.0.3",
|
43
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
44
|
-
"css-loader": "^6.6.0",
|
45
|
-
"cssnano": "^5.0.17",
|
46
37
|
"esm": "^3.2.25",
|
47
|
-
"file-loader": "^6.2.0",
|
48
|
-
"html-webpack-plugin": "^5.3.1",
|
49
38
|
"jsdom": "^19.0.0",
|
50
|
-
"mini-css-extract-plugin": "^2.5.3",
|
51
39
|
"playwright-test": "^7.2.1",
|
52
|
-
"portfinder-sync": "^0.0.2",
|
53
|
-
"postcss": "^8.2.8",
|
54
|
-
"postcss-import": "^14.0.0",
|
55
|
-
"postcss-loader": "^6.2.1",
|
56
|
-
"postcss-preset-env": "^7.0.1",
|
57
|
-
"rollup-plugin-lit-css": "^3.2.1",
|
58
|
-
"terser-webpack-plugin": "^5.3.1",
|
59
|
-
"to-string-loader": "^1.2.0",
|
60
|
-
"ts-loader": "9.3.1",
|
61
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
62
40
|
"tsm": "^2.2.1",
|
63
41
|
"typescript": "^4.5.5",
|
64
42
|
"uvu": "0.5.4",
|
65
|
-
"watchlist": "^0.3.1"
|
66
|
-
"webpack": "^5.45.1",
|
67
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
68
|
-
"webpack-cli": "^4.5.0",
|
69
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
70
|
-
"webpack-merge": "^5.7.3"
|
43
|
+
"watchlist": "^0.3.1"
|
71
44
|
},
|
72
45
|
"dependencies": {
|
73
46
|
"@genesis-community/golden-layout": "^2.9.3",
|
74
|
-
"@genesislcap/foundation-comms": "
|
75
|
-
"@genesislcap/foundation-utils": "
|
47
|
+
"@genesislcap/foundation-comms": "14.25.1-alpha-7849de5.0",
|
48
|
+
"@genesislcap/foundation-utils": "14.25.1-alpha-7849de5.0",
|
76
49
|
"@microsoft/fast-components": "^2.21.3",
|
77
50
|
"@microsoft/fast-element": "^1.7.0",
|
78
51
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -87,5 +60,5 @@
|
|
87
60
|
"access": "public"
|
88
61
|
},
|
89
62
|
"customElements": "dist/custom-elements.json",
|
90
|
-
"gitHead": "
|
63
|
+
"gitHead": "473c40f7d52a856792caedf46837a09572e29a0f"
|
91
64
|
}
|