@genesislcap/foundation-header 14.24.4 → 14.25.0-bny.1
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/package.json +13 -37
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.25.0-bny.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -20,13 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "genx build",
|
|
23
|
-
"build:webpack": "
|
|
24
|
-
"build:webpack:
|
|
25
|
-
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
23
|
+
"build:webpack": "genx build -b webpack",
|
|
24
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
|
26
25
|
"clean": "genx clean",
|
|
27
|
-
"dev": "npm run dev:webpack
|
|
26
|
+
"dev": "npm run dev:webpack",
|
|
28
27
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
29
|
-
"dev:webpack": "
|
|
28
|
+
"dev:webpack": "genx dev -b webpack",
|
|
30
29
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
31
30
|
"serve": "genx serve",
|
|
32
31
|
"test": "npm run test:unit",
|
|
@@ -45,49 +44,26 @@
|
|
|
45
44
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
46
45
|
},
|
|
47
46
|
"devDependencies": {
|
|
48
|
-
"@genesislcap/foundation-testing": "
|
|
49
|
-
"@genesislcap/genx": "
|
|
47
|
+
"@genesislcap/foundation-testing": "14.25.0-bny.1",
|
|
48
|
+
"@genesislcap/genx": "14.25.0-bny.1",
|
|
50
49
|
"@playwright/test": "^1.18.1",
|
|
51
50
|
"c8": "^7.11.0",
|
|
52
|
-
"camel-case": "^4.1.2",
|
|
53
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
54
51
|
"cross-env": "^7.0.3",
|
|
55
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
|
56
|
-
"css-loader": "^6.6.0",
|
|
57
|
-
"cssnano": "^5.0.17",
|
|
58
52
|
"esm": "^3.2.25",
|
|
59
|
-
"file-loader": "^6.2.0",
|
|
60
|
-
"html-loader": "^3.1.0",
|
|
61
|
-
"html-webpack-plugin": "^5.3.1",
|
|
62
53
|
"jsdom": "^19.0.0",
|
|
63
54
|
"lighthouse": "^9.6.8",
|
|
64
|
-
"mini-css-extract-plugin": "^2.5.3",
|
|
65
55
|
"playwright-lighthouse": "^2.2.2",
|
|
66
56
|
"playwright-test": "^7.2.1",
|
|
67
|
-
"portfinder-sync": "^0.0.2",
|
|
68
|
-
"postcss": "^8.2.8",
|
|
69
|
-
"postcss-import": "^14.0.0",
|
|
70
|
-
"postcss-loader": "^6.2.1",
|
|
71
|
-
"postcss-preset-env": "^7.0.1",
|
|
72
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
73
|
-
"to-string-loader": "^1.2.0",
|
|
74
|
-
"ts-loader": "9.3.1",
|
|
75
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
76
57
|
"tsm": "^2.2.1",
|
|
77
58
|
"typescript": "^4.5.5",
|
|
78
59
|
"uvu": "0.5.4",
|
|
79
|
-
"watchlist": "^0.3.1"
|
|
80
|
-
"webpack": "^5.45.1",
|
|
81
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
82
|
-
"webpack-cli": "^4.5.0",
|
|
83
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
|
84
|
-
"webpack-merge": "^5.7.3"
|
|
60
|
+
"watchlist": "^0.3.1"
|
|
85
61
|
},
|
|
86
62
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "
|
|
88
|
-
"@genesislcap/foundation-events": "
|
|
89
|
-
"@genesislcap/foundation-utils": "
|
|
90
|
-
"@genesislcap/foundation-zero": "
|
|
63
|
+
"@genesislcap/foundation-comms": "14.25.0-bny.1",
|
|
64
|
+
"@genesislcap/foundation-events": "14.25.0-bny.1",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.25.0-bny.1",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.25.0-bny.1",
|
|
91
67
|
"@microsoft/fast-colors": "^5.1.4",
|
|
92
68
|
"@microsoft/fast-components": "^2.21.3",
|
|
93
69
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -103,5 +79,5 @@
|
|
|
103
79
|
"access": "public"
|
|
104
80
|
},
|
|
105
81
|
"customElements": "dist/custom-elements.json",
|
|
106
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c7f39e366136f5fbf2276855d9468052cca04536"
|
|
107
83
|
}
|