unifyedx-storybook-new 0.1.22 → 0.1.23
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unifyedx-storybook-new",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.23",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/unifyedx-storybook-new.es.js",
|
|
7
7
|
"module": "dist/unifyedx-storybook-new.es.js",
|
|
@@ -56,20 +56,21 @@
|
|
|
56
56
|
"@floating-ui/react": ">=0.26"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
+
"@heroicons/react": "^2.2.0",
|
|
60
|
+
"@hookform/resolvers": "^5.1.1",
|
|
59
61
|
"axios": "^1.10.0",
|
|
60
62
|
"classnames": "^2.5.1",
|
|
61
63
|
"date-fns": "^4.1.0",
|
|
62
64
|
"formik": "^2.4.6",
|
|
63
|
-
"react
|
|
64
|
-
"@hookform/resolvers": "^5.1.1",
|
|
65
|
-
"yup": "^1.6.1",
|
|
65
|
+
"lucide-react": "^0.525.0",
|
|
66
66
|
"react-date-range": "^2.0.1",
|
|
67
67
|
"react-day-picker": "^9.8.0",
|
|
68
68
|
"react-dropzone": "^14.3.8",
|
|
69
69
|
"react-file-icon": "^1.6.0",
|
|
70
|
+
"react-hook-form": "^7.60.0",
|
|
70
71
|
"react-tooltip": "^5.29.1",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
72
|
+
"unifyedx-storybook-new": "file:.yalc/unifyedx-storybook-new",
|
|
73
|
+
"yup": "^1.6.1"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
76
|
"@chromatic-com/storybook": "^4.0.1",
|
|
@@ -104,12 +105,14 @@
|
|
|
104
105
|
"vitest": "^3.2.4"
|
|
105
106
|
},
|
|
106
107
|
"scripts": {
|
|
107
|
-
"dev": "
|
|
108
|
-
"build": "vite build",
|
|
108
|
+
"dev": "vite dev",
|
|
109
|
+
"build": "rm -rf dist && vite build",
|
|
109
110
|
"build:types": "tsc -p tsconfig.types.json",
|
|
110
111
|
"lint": "eslint .",
|
|
111
112
|
"preview": "vite preview",
|
|
112
113
|
"storybook": "storybook dev -p 6006",
|
|
113
|
-
"build-storybook": "storybook build"
|
|
114
|
+
"build-storybook": "storybook build",
|
|
115
|
+
"local-pub": "npm run build && yalc publish --push",
|
|
116
|
+
"publish": "npm run build && npm publish"
|
|
114
117
|
}
|
|
115
118
|
}
|