@uraiagent/react 0.0.1 → 0.0.3

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.
@@ -27,8 +27,6 @@ declare const get: <K extends keyof typeof json>(key: K) => {
27
27
  };
28
28
  peerDependencies: {
29
29
  "framer-motion": string;
30
- postcss: string;
31
- react: string;
32
30
  };
33
31
  devDependencies: {
34
32
  "@eslint/js": string;
@@ -41,7 +39,6 @@ declare const get: <K extends keyof typeof json>(key: K) => {
41
39
  eslint: string;
42
40
  "eslint-plugin-react-hooks": string;
43
41
  "eslint-plugin-react-refresh": string;
44
- postcss: string;
45
42
  prettier: string;
46
43
  react: string;
47
44
  "react-dom": string;
@@ -69,45 +66,18 @@ declare const get: <K extends keyof typeof json>(key: K) => {
69
66
  };
70
67
  dependencies: {
71
68
  "@heroicons/react": string;
72
- "@hookform/resolvers": string;
73
- "@radix-ui/react-avatar": string;
74
- "@radix-ui/react-checkbox": string;
75
- "@radix-ui/react-dialog": string;
76
- "@radix-ui/react-icons": string;
77
- "@radix-ui/react-label": string;
78
- "@radix-ui/react-popover": string;
79
- "@radix-ui/react-progress": string;
80
- "@radix-ui/react-radio-group": string;
81
- "@radix-ui/react-scroll-area": string;
82
- "@radix-ui/react-select": string;
83
- "@radix-ui/react-separator": string;
84
- "@radix-ui/react-slider": string;
85
- "@radix-ui/react-slot": string;
86
- "@radix-ui/react-switch": string;
87
- "@radix-ui/react-tabs": string;
88
- "@radix-ui/react-toast": string;
89
69
  "@uidotdev/usehooks": string;
90
- "class-variance-authority": string;
91
70
  clsx: string;
92
- cmdk: string;
93
71
  "date-fns": string;
94
72
  "framer-motion": string;
95
73
  "html-react-parser": string;
96
74
  immer: string;
97
- "input-otp": string;
98
75
  "lucide-react": string;
99
76
  nanoid: string;
100
77
  "pusher-js": string;
101
- "react-day-picker": string;
102
- "react-dropzone": string;
103
- "react-hook-form": string;
104
- "react-intersection-observer": string;
105
78
  "react-markdown": string;
106
- "react-phone-number-input": string;
107
79
  "react-textarea-autosize": string;
108
80
  "remark-gfm": string;
109
- sonner: string;
110
- vaul: string;
111
81
  zod: string;
112
82
  };
113
83
  }[K];