@elliemae/ds-drag-and-drop 3.1.0-next.2 → 3.1.0-next.5
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 +11 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-drag-and-drop",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Drag And Drop",
|
|
6
6
|
"files": [
|
|
@@ -106,20 +106,9 @@
|
|
|
106
106
|
"reportFile": "tests.xml",
|
|
107
107
|
"indent": 4
|
|
108
108
|
},
|
|
109
|
-
"scripts": {
|
|
110
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
111
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
112
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
113
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
114
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
115
|
-
},
|
|
116
109
|
"dependencies": {
|
|
117
110
|
"@dnd-kit/core": "~4.0.3",
|
|
118
|
-
"@dnd-kit/sortable": "~5.0.0"
|
|
119
|
-
"react-desc": "~4.1.3"
|
|
120
|
-
},
|
|
121
|
-
"devDependencies": {
|
|
122
|
-
"styled-components": "~5.3.3"
|
|
111
|
+
"@dnd-kit/sortable": "~5.0.0"
|
|
123
112
|
},
|
|
124
113
|
"peerDependencies": {
|
|
125
114
|
"lodash": "^4.17.21",
|
|
@@ -130,5 +119,13 @@
|
|
|
130
119
|
"publishConfig": {
|
|
131
120
|
"access": "public",
|
|
132
121
|
"typeSafety": false
|
|
122
|
+
},
|
|
123
|
+
"scripts": {
|
|
124
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
125
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
126
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
127
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
128
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
129
|
+
"checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
133
130
|
}
|
|
134
|
-
}
|
|
131
|
+
}
|