@techlabi/kycrazy-ui-kit 0.21.0 → 0.22.0
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 +6 -3
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A modern React component library for KYC",
|
|
5
5
|
"author": "TechLabi",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.22.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
9
9
|
"style": "dist/style.css",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"build": "vite build",
|
|
31
31
|
"build:dev": "vite build --mode development",
|
|
32
32
|
"build:lib": "vite build --config vite.lib.config.ts",
|
|
33
|
+
"build-lib-and-publish": "npm run build:lib && npm pack && npm publish",
|
|
33
34
|
"lint": "eslint .",
|
|
34
35
|
"preview": "vite preview"
|
|
35
36
|
},
|
|
@@ -66,7 +67,6 @@
|
|
|
66
67
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
67
68
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
68
69
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
69
|
-
"@tanstack/react-query": "^5.85.5",
|
|
70
70
|
"class-variance-authority": "^0.7.1",
|
|
71
71
|
"clsx": "^2.1.1",
|
|
72
72
|
"cmdk": "^1.1.1",
|
|
@@ -89,6 +89,9 @@
|
|
|
89
89
|
"vite-plugin-dts": "^4.5.4",
|
|
90
90
|
"zod": "^3.25.76"
|
|
91
91
|
},
|
|
92
|
+
"peerDependencies": {
|
|
93
|
+
"@tanstack/react-query": "^5.64.2"
|
|
94
|
+
},
|
|
92
95
|
"devDependencies": {
|
|
93
96
|
"@eslint/js": "^9.32.0",
|
|
94
97
|
"@tailwindcss/typography": "^0.5.16",
|
|
@@ -108,4 +111,4 @@
|
|
|
108
111
|
"typescript-eslint": "^8.38.0",
|
|
109
112
|
"vite": "^5.4.19"
|
|
110
113
|
}
|
|
111
|
-
}
|
|
114
|
+
}
|