@elliemae/ds-page-header 3.0.0-next.48 → 3.0.0-next.51
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-page-header",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.51",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Page Header",
|
|
6
6
|
"files": [
|
|
@@ -102,17 +102,24 @@
|
|
|
102
102
|
"reportFile": "tests.xml",
|
|
103
103
|
"indent": 4
|
|
104
104
|
},
|
|
105
|
+
"scripts": {
|
|
106
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
107
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
108
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
109
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
110
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
111
|
+
},
|
|
105
112
|
"dependencies": {
|
|
106
|
-
"@elliemae/ds-breadcrumb": "
|
|
107
|
-
"@elliemae/ds-button": "
|
|
108
|
-
"@elliemae/ds-classnames": "
|
|
109
|
-
"@elliemae/ds-dropdownmenu": "
|
|
110
|
-
"@elliemae/ds-form": "
|
|
111
|
-
"@elliemae/ds-grid": "
|
|
112
|
-
"@elliemae/ds-icon": "
|
|
113
|
-
"@elliemae/ds-icons": "
|
|
114
|
-
"@elliemae/ds-truncated-tooltip-text": "
|
|
115
|
-
"@elliemae/ds-utilities": "
|
|
113
|
+
"@elliemae/ds-breadcrumb": "workspace:*",
|
|
114
|
+
"@elliemae/ds-button": "workspace:*",
|
|
115
|
+
"@elliemae/ds-classnames": "workspace:*",
|
|
116
|
+
"@elliemae/ds-dropdownmenu": "workspace:*",
|
|
117
|
+
"@elliemae/ds-form": "workspace:*",
|
|
118
|
+
"@elliemae/ds-grid": "workspace:*",
|
|
119
|
+
"@elliemae/ds-icon": "workspace:*",
|
|
120
|
+
"@elliemae/ds-icons": "workspace:*",
|
|
121
|
+
"@elliemae/ds-truncated-tooltip-text": "workspace:*",
|
|
122
|
+
"@elliemae/ds-utilities": "workspace:*",
|
|
116
123
|
"prop-types": "~15.8.1",
|
|
117
124
|
"react-desc": "~4.1.3"
|
|
118
125
|
},
|
|
@@ -128,12 +135,5 @@
|
|
|
128
135
|
"publishConfig": {
|
|
129
136
|
"access": "public",
|
|
130
137
|
"typeSafety": false
|
|
131
|
-
},
|
|
132
|
-
"scripts": {
|
|
133
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
134
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
135
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
136
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
137
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
138
138
|
}
|
|
139
|
-
}
|
|
139
|
+
}
|