@luminati-io/uikit 6.3.15 → 6.3.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -0
- package/dist/index.js.LICENSE.txt +1 -0
- package/dist/index.js.map +1 -0
- package/dist/umd/uikit.development.js +9 -258
- package/dist/umd/uikit.development.js.map +1 -1
- package/dist/umd/uikit.production.min.js +24 -24
- package/package.json +6 -4
- package/index.js +0 -6
package/package.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.3.
|
3
|
+
"version": "6.3.16",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
7
|
-
"
|
7
|
+
"source": "src/index.js",
|
8
|
+
"main": "dist/index.js",
|
9
|
+
"umd:main": "index.js",
|
8
10
|
"files": [
|
9
11
|
"dist"
|
10
12
|
],
|
@@ -26,7 +28,6 @@
|
|
26
28
|
"react-beautiful-dnd": "^13.1.1",
|
27
29
|
"react-day-picker": "^8.10.1",
|
28
30
|
"react-hot-toast": "^2.4.1",
|
29
|
-
"react-is": "^18.3.1",
|
30
31
|
"react-popper": "^2.3.0",
|
31
32
|
"react-select": "^5.8.3"
|
32
33
|
},
|
@@ -85,7 +86,8 @@
|
|
85
86
|
"svgo": "^3.3.2",
|
86
87
|
"webpack": "^5.96.1",
|
87
88
|
"webpack-cli": "^5.1.4",
|
88
|
-
"webpack-merge": "^6.0.1"
|
89
|
+
"webpack-merge": "^6.0.1",
|
90
|
+
"webpack-node-externals": "^3.0.0"
|
89
91
|
},
|
90
92
|
"scripts": {
|
91
93
|
"storybook": "storybook dev -p 6006 -c storybook_config",
|