@scaleflex/widget-core 4.8.7 → 4.8.11
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 +38 -38
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@scaleflex/widget-core",
|
|
3
|
-
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, Box, One Drive, S3 and more.",
|
|
4
|
-
"version": "4.8.
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"main": "lib/index.js",
|
|
7
|
-
"style": "dist/style.min.css",
|
|
8
|
-
"types": "types/index.d.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"/dist",
|
|
11
|
-
"/lib",
|
|
12
|
-
"/types"
|
|
13
|
-
],
|
|
14
|
-
"publishConfig": {
|
|
15
|
-
"access": "public"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@reduxjs/toolkit": "^1.9.5",
|
|
19
|
-
"@scaleflex/icons": "^3.0.0-beta.11",
|
|
20
|
-
"@scaleflex/ui": "^3.0.0-beta.11",
|
|
21
|
-
"@scaleflex/widget-utils": "^4.8.
|
|
22
|
-
"@transloadit/prettier-bytes": "0.1.0",
|
|
23
|
-
"cuid": "^3.0.0",
|
|
24
|
-
"lodash.throttle": "^4.1.1",
|
|
25
|
-
"mime-match": "^1.0.2",
|
|
26
|
-
"namespace-emitter": "^2.0.1",
|
|
27
|
-
"react-redux": "^8.1.1"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"react": "^19.0.0",
|
|
31
|
-
"react-dom": "^19.0.0"
|
|
32
|
-
},
|
|
33
|
-
"peerDependencies": {
|
|
34
|
-
"react": ">=19.0.0",
|
|
35
|
-
"react-dom": ">=19.0.0"
|
|
36
|
-
},
|
|
37
|
-
"gitHead": "
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@scaleflex/widget-core",
|
|
3
|
+
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, Box, One Drive, S3 and more.",
|
|
4
|
+
"version": "4.8.11",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"main": "lib/index.js",
|
|
7
|
+
"style": "dist/style.min.css",
|
|
8
|
+
"types": "types/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"/dist",
|
|
11
|
+
"/lib",
|
|
12
|
+
"/types"
|
|
13
|
+
],
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@reduxjs/toolkit": "^1.9.5",
|
|
19
|
+
"@scaleflex/icons": "^3.0.0-beta.11",
|
|
20
|
+
"@scaleflex/ui": "^3.0.0-beta.11",
|
|
21
|
+
"@scaleflex/widget-utils": "^4.8.11",
|
|
22
|
+
"@transloadit/prettier-bytes": "0.1.0",
|
|
23
|
+
"cuid": "^3.0.0",
|
|
24
|
+
"lodash.throttle": "^4.1.1",
|
|
25
|
+
"mime-match": "^1.0.2",
|
|
26
|
+
"namespace-emitter": "^2.0.1",
|
|
27
|
+
"react-redux": "^8.1.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"react": "^19.0.0",
|
|
31
|
+
"react-dom": "^19.0.0"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"react": ">=19.0.0",
|
|
35
|
+
"react-dom": ">=19.0.0"
|
|
36
|
+
},
|
|
37
|
+
"gitHead": "4e66456d033b9d9829c3c76a8c29b020dcacae2e"
|
|
38
|
+
}
|