@cube-dev/ui-kit 0.7.9 → 0.7.13
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cube-dev/ui-kit",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.13",
|
4
4
|
"description": "UIKit for Cube Projects",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/mjs/index.js",
|
@@ -18,9 +18,9 @@
|
|
18
18
|
"dist/**/*.d.ts"
|
19
19
|
],
|
20
20
|
"scripts": {
|
21
|
-
"start": "PARCEL_AUTOINSTALL=false parcel src/storybook.html",
|
22
|
-
"build": "NODE_ENV=production rollup -c",
|
23
|
-
"build:esm": "NODE_ENV=production ESM_BUILD_ONLY=true rollup -c",
|
21
|
+
"start": "cross-env PARCEL_AUTOINSTALL=false parcel src/storybook.html",
|
22
|
+
"build": "cross-env NODE_ENV=production rollup -c",
|
23
|
+
"build:esm": "cross-env NODE_ENV=production ESM_BUILD_ONLY=true rollup -c",
|
24
24
|
"watch": "rollup -c -w",
|
25
25
|
"test": "jest",
|
26
26
|
"test-cover": "jest --coverage",
|
@@ -113,6 +113,7 @@
|
|
113
113
|
"chromatic": "^6.3.3",
|
114
114
|
"clipboard-copy": "^4.0.1",
|
115
115
|
"clsx": "^1.1.1",
|
116
|
+
"cross-env": "^7.0.3",
|
116
117
|
"css-loader": "^6.5.1",
|
117
118
|
"dotize": "^0.3.0",
|
118
119
|
"email-validator": "^2.0.4",
|
@@ -172,6 +173,7 @@
|
|
172
173
|
"react-dom": ">= 17.0.0"
|
173
174
|
},
|
174
175
|
"dependencies": {
|
176
|
+
"@storybook/addon-postcss": "^2.0.0",
|
175
177
|
"dom-helpers": "^5.2.1",
|
176
178
|
"react-is": "^17.0.2"
|
177
179
|
},
|