hive-react-kit 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hive-react-kit",
3
3
  "private": false,
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -48,39 +48,11 @@
48
48
  "clean": "rm -r dist/*",
49
49
  "build": "tsc -p tsconfig.build.json && vite build && tsc --project tsconfig.build.json",
50
50
  "lint": "eslint .",
51
- "prepublish": "pnpm run clean; pnpm run build",
52
51
  "preview": "vite preview"
53
52
  },
54
53
  "dependencies": {
55
54
  "@hiveio/dhive": "^1.3.2",
56
55
  "@hookform/resolvers": "^3.10.0",
57
- "@radix-ui/react-accordion": "^1.2.11",
58
- "@radix-ui/react-alert-dialog": "^1.1.14",
59
- "@radix-ui/react-aspect-ratio": "^1.1.7",
60
- "@radix-ui/react-avatar": "^1.1.10",
61
- "@radix-ui/react-checkbox": "^1.3.2",
62
- "@radix-ui/react-collapsible": "^1.1.11",
63
- "@radix-ui/react-context-menu": "^2.2.15",
64
- "@radix-ui/react-dialog": "^1.1.14",
65
- "@radix-ui/react-dropdown-menu": "^2.1.15",
66
- "@radix-ui/react-hover-card": "^1.1.14",
67
- "@radix-ui/react-label": "^2.1.7",
68
- "@radix-ui/react-menubar": "^1.1.15",
69
- "@radix-ui/react-navigation-menu": "^1.2.13",
70
- "@radix-ui/react-popover": "^1.1.14",
71
- "@radix-ui/react-progress": "^1.1.7",
72
- "@radix-ui/react-radio-group": "^1.3.7",
73
- "@radix-ui/react-scroll-area": "^1.2.9",
74
- "@radix-ui/react-select": "^2.2.5",
75
- "@radix-ui/react-separator": "^1.1.7",
76
- "@radix-ui/react-slider": "^1.3.5",
77
- "@radix-ui/react-slot": "^1.2.3",
78
- "@radix-ui/react-switch": "^1.2.5",
79
- "@radix-ui/react-tabs": "^1.1.12",
80
- "@radix-ui/react-toast": "^1.2.14",
81
- "@radix-ui/react-toggle": "^1.1.9",
82
- "@radix-ui/react-toggle-group": "^1.1.10",
83
- "@radix-ui/react-tooltip": "^1.2.7",
84
56
  "@tanstack/react-query": "^5.83.0",
85
57
  "class-variance-authority": "^0.7.1",
86
58
  "clsx": "^2.1.1",
@@ -99,28 +71,27 @@
99
71
  "react-resizable-panels": "^2.1.9",
100
72
  "react-router-dom": "^6.30.1",
101
73
  "recharts": "^2.15.4",
74
+ "@tailwindcss/vite": "^4.1.11",
102
75
  "sonner": "^1.7.4",
103
- "tailwind-merge": "^2.6.0",
104
- "tailwindcss-animate": "^1.0.7",
76
+ "tailwindcss": "^4.1.11",
105
77
  "vaul": "^0.9.9",
106
78
  "zod": "^3.25.76",
107
79
  "zustand": "^5.0.8"
108
80
  },
109
81
  "devDependencies": {
110
82
  "@eslint/js": "^9.32.0",
111
- "@tailwindcss/typography": "^0.5.16",
112
83
  "@types/node": "^22.16.5",
113
84
  "@types/react": "^18.3.23",
114
85
  "@types/react-dom": "^18.3.7",
86
+ "@vitejs/plugin-react": "^4.6.0",
115
87
  "@vitejs/plugin-react-swc": "^3.11.0",
116
88
  "autoprefixer": "^10.4.21",
89
+ "tailwindcss-animate": "^1.0.7",
117
90
  "eslint": "^9.32.0",
118
91
  "eslint-plugin-react-hooks": "^5.2.0",
119
92
  "eslint-plugin-react-refresh": "^0.4.20",
120
93
  "globals": "^15.15.0",
121
- "lovable-tagger": "^1.1.9",
122
94
  "postcss": "^8.5.6",
123
- "tailwindcss": "^3.4.17",
124
95
  "typescript": "^5.8.3",
125
96
  "typescript-eslint": "^8.38.0",
126
97
  "vite": "^5.4.19"
@@ -1 +0,0 @@
1
- export {};