@hanzo/ui 5.1.5 → 5.1.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 +27 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.8",
|
|
4
4
|
"description": "Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"test:frameworks": "jest test/multi-framework.test.js --verbose"
|
|
63
63
|
},
|
|
64
64
|
"bin": {
|
|
65
|
-
"@hanzo/ui": "./bin/cli.js",
|
|
66
65
|
"hanzo-ui": "./bin/cli.js"
|
|
67
66
|
},
|
|
68
67
|
"exports": {
|
|
@@ -453,15 +452,23 @@
|
|
|
453
452
|
},
|
|
454
453
|
"peerDependencies": {
|
|
455
454
|
"@hookform/resolvers": "^3.3.2",
|
|
455
|
+
"@tanstack/react-query": "^5.0.0",
|
|
456
|
+
"framer-motion": "^11.0.0",
|
|
456
457
|
"lucide-react": "0.456.0",
|
|
458
|
+
"mermaid": "^10.0.0",
|
|
457
459
|
"mobx": "^6.12.3",
|
|
458
|
-
"next": "14.2.16",
|
|
459
|
-
"next-themes": "^0.2.1",
|
|
460
|
-
"react": "^19.0.0",
|
|
461
|
-
"react-dom": "18.
|
|
460
|
+
"next": ">=14.2.16",
|
|
461
|
+
"next-themes": "^0.2.1 || ^0.3.0 || ^0.4.0",
|
|
462
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
463
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
464
|
+
"react-qrcode-logo": "^2.0.0",
|
|
465
|
+
"sql.js": "^1.0.0",
|
|
462
466
|
"validator": "^13.11.0"
|
|
463
467
|
},
|
|
464
468
|
"peerDependenciesMeta": {
|
|
469
|
+
"@tanstack/react-query": {
|
|
470
|
+
"optional": true
|
|
471
|
+
},
|
|
465
472
|
"cmdk": {
|
|
466
473
|
"optional": true
|
|
467
474
|
},
|
|
@@ -474,15 +481,24 @@
|
|
|
474
481
|
"embla-carousel-react": {
|
|
475
482
|
"optional": true
|
|
476
483
|
},
|
|
484
|
+
"framer-motion": {
|
|
485
|
+
"optional": true
|
|
486
|
+
},
|
|
477
487
|
"input-otp": {
|
|
478
488
|
"optional": true
|
|
479
489
|
},
|
|
490
|
+
"mermaid": {
|
|
491
|
+
"optional": true
|
|
492
|
+
},
|
|
480
493
|
"react-day-picker": {
|
|
481
494
|
"optional": true
|
|
482
495
|
},
|
|
483
496
|
"react-hook-form": {
|
|
484
497
|
"optional": true
|
|
485
498
|
},
|
|
499
|
+
"react-qrcode-logo": {
|
|
500
|
+
"optional": true
|
|
501
|
+
},
|
|
486
502
|
"react-resizable-panels": {
|
|
487
503
|
"optional": true
|
|
488
504
|
},
|
|
@@ -492,6 +508,9 @@
|
|
|
492
508
|
"sonner": {
|
|
493
509
|
"optional": true
|
|
494
510
|
},
|
|
511
|
+
"sql.js": {
|
|
512
|
+
"optional": true
|
|
513
|
+
},
|
|
495
514
|
"vaul": {
|
|
496
515
|
"optional": true
|
|
497
516
|
}
|
|
@@ -527,6 +546,7 @@
|
|
|
527
546
|
"remark-math": "^6.0.0",
|
|
528
547
|
"tailwindcss": "3.4.14",
|
|
529
548
|
"tsup": "^8.5.0",
|
|
530
|
-
"typescript": "5.6.3"
|
|
549
|
+
"typescript": "5.6.3",
|
|
550
|
+
"vitest": "4.0.6"
|
|
531
551
|
}
|
|
532
552
|
}
|