@genesislcap/foundation-zero-grid-pro 12.0.1-alpha-d05147f.0 → 12.0.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 +10 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "12.0.1
|
|
4
|
+
"version": "12.0.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"PORT": 4020
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "npm run
|
|
14
|
+
"build": "npm run build:tsc && npm run build:rollup && npm run build:webpack",
|
|
15
15
|
"build:rollup": "rollup -c",
|
|
16
16
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
17
17
|
"build-storybook": "build-storybook",
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
"dev:rollup": "rollup -c -w --configDev",
|
|
27
27
|
"dev:tsc": "tsc -b ./tsconfig.build.json -w",
|
|
28
28
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
29
|
+
"prepare": "npm run clean && npm run build:tsc && npm run copy-files",
|
|
30
|
+
"prepublishOnly": "npm run prepare",
|
|
29
31
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
30
32
|
"start": "npm run storybook",
|
|
31
33
|
"storybook": "start-storybook -p 6006",
|
|
@@ -85,11 +87,11 @@
|
|
|
85
87
|
"webpack-merge": "^5.7.3"
|
|
86
88
|
},
|
|
87
89
|
"dependencies": {
|
|
88
|
-
"@genesislcap/foundation-comms": "12.0.1
|
|
89
|
-
"@genesislcap/foundation-ui": "12.0.1
|
|
90
|
-
"@genesislcap/foundation-utils": "12.0.1
|
|
91
|
-
"@genesislcap/foundation-zero": "12.0.1
|
|
92
|
-
"@genesislcap/grid-pro": "12.0.1
|
|
90
|
+
"@genesislcap/foundation-comms": "^12.0.1",
|
|
91
|
+
"@genesislcap/foundation-ui": "^12.0.1",
|
|
92
|
+
"@genesislcap/foundation-utils": "^12.0.1",
|
|
93
|
+
"@genesislcap/foundation-zero": "^12.0.1",
|
|
94
|
+
"@genesislcap/grid-pro": "^12.0.1",
|
|
93
95
|
"@microsoft/fast-colors": "^5.1.4",
|
|
94
96
|
"@microsoft/fast-components": "^2.21.3",
|
|
95
97
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -110,5 +112,5 @@
|
|
|
110
112
|
"publishConfig": {
|
|
111
113
|
"access": "public"
|
|
112
114
|
},
|
|
113
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7"
|
|
114
116
|
}
|