|
414 | 414 | } |
415 | 415 | }, |
416 | 416 | "./plugins/comments/css": "./dist/plugins/comments/style.css", |
| 417 | + "./plugins/media/api": { |
| 418 | + "import": { |
| 419 | + "types": "./dist/plugins/media/api/index.d.ts", |
| 420 | + "default": "./dist/plugins/media/api/index.mjs" |
| 421 | + }, |
| 422 | + "require": { |
| 423 | + "types": "./dist/plugins/media/api/index.d.cts", |
| 424 | + "default": "./dist/plugins/media/api/index.cjs" |
| 425 | + } |
| 426 | + }, |
417 | 427 | "./plugins/route-docs/client": { |
418 | 428 | "import": { |
419 | 429 | "types": "./dist/plugins/route-docs/client/index.d.ts", |
|
610 | 620 | "plugins/comments/query-keys": [ |
611 | 621 | "./dist/plugins/comments/query-keys.d.ts" |
612 | 622 | ], |
| 623 | + "plugins/media/api": [ |
| 624 | + "./dist/plugins/media/api/index.d.ts" |
| 625 | + ], |
613 | 626 | "plugins/route-docs/client": [ |
614 | 627 | "./dist/plugins/route-docs/client/index.d.ts" |
615 | 628 | ], |
|
646 | 659 | }, |
647 | 660 | "peerDependencies": { |
648 | 661 | "@ai-sdk/react": ">=2.0.0", |
| 662 | + "@aws-sdk/client-s3": ">=3.0.0", |
| 663 | + "@aws-sdk/s3-request-presigner": ">=3.0.0", |
649 | 664 | "@btst/yar": ">=1.2.0", |
650 | 665 | "@hookform/resolvers": ">=5.0.0", |
651 | 666 | "@radix-ui/react-dialog": ">=1.1.0", |
652 | 667 | "@radix-ui/react-label": ">=2.1.0", |
653 | 668 | "@radix-ui/react-slot": ">=1.1.0", |
654 | 669 | "@radix-ui/react-switch": ">=1.1.0", |
| 670 | + "@tailwindcss/typography": ">=0.5.0", |
655 | 671 | "@tanstack/react-query": "^5.0.0", |
| 672 | + "@vercel/blob": ">=0.14.0", |
656 | 673 | "ai": ">=5.0.0", |
657 | 674 | "better-call": ">=1.3.2", |
658 | 675 | "class-variance-authority": ">=0.7.0", |
|
675 | 692 | "sonner": ">=2.0.0", |
676 | 693 | "tailwind-merge": ">=2.6.0", |
677 | 694 | "tailwindcss": ">=3.0.0", |
678 | | - "@tailwindcss/typography": ">=0.5.0", |
679 | 695 | "zod": ">=4.2.0" |
680 | 696 | }, |
| 697 | + "peerDependenciesMeta": { |
| 698 | + "@vercel/blob": { |
| 699 | + "optional": true |
| 700 | + }, |
| 701 | + "@aws-sdk/client-s3": { |
| 702 | + "optional": true |
| 703 | + }, |
| 704 | + "@aws-sdk/s3-request-presigner": { |
| 705 | + "optional": true |
| 706 | + } |
| 707 | + }, |
681 | 708 | "devDependencies": { |
682 | | - "tsx": "catalog:", |
683 | 709 | "@ai-sdk/react": "^2.0.94", |
| 710 | + "@aws-sdk/client-s3": "^3.1011.0", |
| 711 | + "@aws-sdk/s3-request-presigner": "^3.1011.0", |
684 | 712 | "@btst/adapter-memory": "2.1.1", |
685 | 713 | "@btst/yar": "1.2.0", |
686 | 714 | "@types/react": "^19.0.0", |
687 | 715 | "@types/slug": "^5.0.9", |
| 716 | + "@vercel/blob": "^0.27.3", |
688 | 717 | "@workspace/ui": "workspace:*", |
689 | 718 | "ai": "^5.0.94", |
690 | 719 | "better-call": "catalog:", |
| 720 | + "knip": "^5.61.2", |
691 | 721 | "react": "^19.1.1", |
692 | 722 | "react-dom": "^19.1.1", |
693 | 723 | "react-error-boundary": "^4.1.2", |
694 | | - "knip": "^5.61.2", |
695 | 724 | "rollup-plugin-preserve-directives": "0.4.0", |
696 | 725 | "rollup-plugin-visualizer": "^5.12.0", |
| 726 | + "tsx": "catalog:", |
697 | 727 | "typescript": "catalog:", |
698 | 728 | "unbuild": "catalog:", |
699 | 729 | "vitest": "catalog:", |
|
0 commit comments