weloop-kosign 1.0.6 → 1.0.8
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 +4 -80
- package/scripts/cli-remote.js +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weloop-kosign",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "CLI tool for installing Weloop UI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"weloop",
|
|
@@ -24,83 +24,7 @@
|
|
|
24
24
|
"scripts/cli-remote.js",
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"build": "next build",
|
|
30
|
-
"start": "next start",
|
|
31
|
-
"lint": "eslint",
|
|
32
|
-
"generate-registry": "node scripts/generate-all-registry.js",
|
|
33
|
-
"add": "node scripts/cli-remote.js add",
|
|
34
|
-
"components:list": "node scripts/cli-remote.js list"
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@dnd-kit/core": "^6.3.1",
|
|
38
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
|
39
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
40
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
41
|
-
"@hookform/resolvers": "^5.2.2",
|
|
42
|
-
"@lobehub/icons": "^2.43.1",
|
|
43
|
-
"@radix-ui/react-accordion": "^1.2.12",
|
|
44
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
45
|
-
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
46
|
-
"@radix-ui/react-avatar": "^1.1.11",
|
|
47
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
48
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
49
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
50
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
51
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
52
|
-
"@radix-ui/react-hover-card": "^1.1.15",
|
|
53
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
54
|
-
"@radix-ui/react-menubar": "^1.1.16",
|
|
55
|
-
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
56
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
57
|
-
"@radix-ui/react-radio-group": "^1.3.8",
|
|
58
|
-
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
59
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
60
|
-
"@radix-ui/react-separator": "^1.1.8",
|
|
61
|
-
"@radix-ui/react-slider": "^1.3.6",
|
|
62
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
63
|
-
"@radix-ui/react-switch": "^1.2.6",
|
|
64
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
65
|
-
"@radix-ui/react-toggle": "^1.1.10",
|
|
66
|
-
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
67
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
68
|
-
"@tabler/icons-react": "^3.35.0",
|
|
69
|
-
"@tanstack/react-table": "^8.21.3",
|
|
70
|
-
"class-variance-authority": "^0.7.1",
|
|
71
|
-
"clsx": "^2.1.1",
|
|
72
|
-
"cmdk": "^1.1.1",
|
|
73
|
-
"date-fns": "^4.1.0",
|
|
74
|
-
"embla-carousel-react": "^8.6.0",
|
|
75
|
-
"input-otp": "^1.4.2",
|
|
76
|
-
"lucide-react": "^0.554.0",
|
|
77
|
-
"next": "^16.0.7",
|
|
78
|
-
"next-themes": "^0.4.6",
|
|
79
|
-
"ogl": "^1.0.11",
|
|
80
|
-
"react": "19.2.0",
|
|
81
|
-
"react-day-picker": "^9.11.3",
|
|
82
|
-
"react-dom": "19.2.0",
|
|
83
|
-
"react-hook-form": "^7.68.0",
|
|
84
|
-
"react-resizable-panels": "^4.0.1",
|
|
85
|
-
"recharts": "^2.15.4",
|
|
86
|
-
"shiki": "^3.20.0",
|
|
87
|
-
"sonner": "^2.0.7",
|
|
88
|
-
"tailwind-merge": "^3.4.0",
|
|
89
|
-
"three": "^0.167.1",
|
|
90
|
-
"vaul": "^1.1.2",
|
|
91
|
-
"zod": "^4.2.1"
|
|
92
|
-
},
|
|
93
|
-
"devDependencies": {
|
|
94
|
-
"@netlify/plugin-nextjs": "^4.39.0",
|
|
95
|
-
"@tailwindcss/postcss": "^4",
|
|
96
|
-
"@types/node": "^20",
|
|
97
|
-
"@types/react": "^19",
|
|
98
|
-
"@types/react-dom": "^19",
|
|
99
|
-
"@types/three": "^0.182.0",
|
|
100
|
-
"eslint": "^9",
|
|
101
|
-
"eslint-config-next": "16.0.3",
|
|
102
|
-
"tailwindcss": "^4",
|
|
103
|
-
"tw-animate-css": "^1.4.0",
|
|
104
|
-
"typescript": "^5"
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=18.0.0"
|
|
105
29
|
}
|
|
106
|
-
}
|
|
30
|
+
}
|
package/scripts/cli-remote.js
CHANGED
|
@@ -715,7 +715,7 @@ async function installCSSStyles(config, registryUrl, forceUpdate = false, silent
|
|
|
715
715
|
function createUtilsFile(utilsPath) {
|
|
716
716
|
if (fs.existsSync(utilsPath)) return;
|
|
717
717
|
|
|
718
|
-
|
|
718
|
+
// Silently create utils file (matching shadcn/ui behavior)
|
|
719
719
|
ensureDirectoryExists(path.dirname(utilsPath));
|
|
720
720
|
|
|
721
721
|
const utilsContent = `import { clsx, type ClassValue } from "clsx"
|
|
@@ -726,7 +726,6 @@ export function cn(...inputs: ClassValue[]) {
|
|
|
726
726
|
}
|
|
727
727
|
`;
|
|
728
728
|
fs.writeFileSync(utilsPath, utilsContent);
|
|
729
|
-
success(`Created ${path.relative(process.cwd(), utilsPath)}`);
|
|
730
729
|
}
|
|
731
730
|
|
|
732
731
|
async function installComponent(componentName, options = {}) {
|