@elliemae/ds-date-time-recurrence-picker 3.0.0-next.49 → 3.0.0-next.52
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-date-time-recurrence-picker",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.52",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Date Time Recurrence Picker",
|
|
6
6
|
"files": [
|
|
@@ -146,12 +146,19 @@
|
|
|
146
146
|
"reportFile": "tests.xml",
|
|
147
147
|
"indent": 4
|
|
148
148
|
},
|
|
149
|
+
"scripts": {
|
|
150
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
151
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
152
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
153
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
154
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
155
|
+
},
|
|
149
156
|
"dependencies": {
|
|
150
|
-
"@elliemae/ds-classnames": "
|
|
151
|
-
"@elliemae/ds-date-picker": "
|
|
152
|
-
"@elliemae/ds-form": "
|
|
153
|
-
"@elliemae/ds-modal": "
|
|
154
|
-
"@elliemae/ds-time-picker": "
|
|
157
|
+
"@elliemae/ds-classnames": "workspace:*",
|
|
158
|
+
"@elliemae/ds-date-picker": "workspace:*",
|
|
159
|
+
"@elliemae/ds-form": "workspace:*",
|
|
160
|
+
"@elliemae/ds-modal": "workspace:*",
|
|
161
|
+
"@elliemae/ds-time-picker": "workspace:*",
|
|
155
162
|
"moment": "~2.29.1",
|
|
156
163
|
"react-dates": "~21.8.0",
|
|
157
164
|
"react-desc": "~4.1.3",
|
|
@@ -169,12 +176,5 @@
|
|
|
169
176
|
"publishConfig": {
|
|
170
177
|
"access": "public",
|
|
171
178
|
"typeSafety": false
|
|
172
|
-
},
|
|
173
|
-
"scripts": {
|
|
174
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
175
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
176
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
177
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
178
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
179
179
|
}
|
|
180
|
-
}
|
|
180
|
+
}
|