shadcn-ui-react 0.1.1 → 0.2.0

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,8 +1,8 @@
1
1
  {
2
2
  "name": "shadcn-ui-react",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
- "author": "Blencm",
5
+ "author": "Bleker Cordova <bleker@gliyen.com>",
6
6
  "description": "React UI library for ShadCN",
7
7
  "sideEffect": [
8
8
  "**/*.css"
@@ -41,43 +41,45 @@
41
41
  "homepage": "https://github.com/blencm/shadcn-ui-react#readme",
42
42
  "scripts": {
43
43
  "dev": "vite",
44
- "build": "rimraf ./dist && vite build && tsup && node scripts/postbuild.js",
44
+ "build": "cross-env NODE_ENV=production && rimraf ./dist && vite build && tsup && node scripts/postbuild.js",
45
45
  "test": "cross-env NODE_ENV=test && jest",
46
46
  "test:watch": "jest --watch"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/config-array": "^0.19.2",
50
50
  "@eslint/object-schema": "^2.1.6",
51
- "@tailwindcss/postcss": "^4.0.8",
52
- "@tailwindcss/vite": "^4.0.8",
53
- "@types/node": "^22.13.5",
51
+ "@tailwindcss/postcss": "^4.0.9",
52
+ "@tailwindcss/vite": "^4.0.9",
53
+ "@types/node": "^22.13.8",
54
54
  "@types/react": "^19.0.10",
55
55
  "@types/react-dom": "^19.0.4",
56
56
  "autoprefixer": "^10.4.20",
57
57
  "cross-env": "^7.0.3",
58
+ "jest": "^29.7.0",
58
59
  "react": "^19.0.0",
59
60
  "react-day-picker": "^9.5.1",
60
61
  "react-dom": "^19.0.0",
62
+ "react-router-dom": "^7.2.0",
61
63
  "react-test-renderer": "^19.0.0",
62
64
  "rimraf": "^6.0.1",
63
- "tailwindcss": "^4.0.8",
65
+ "tailwindcss": "^4.0.9",
64
66
  "tailwindcss-animate": "^1.0.7",
65
- "tsup": "^8.3.6",
66
- "vite-plugin-dts": "^4.5.0",
67
- "vite-plugin-ts-alias": "^0.1.1",
68
- "typescript": "^5.7.3",
67
+ "tsup": "^8.4.0",
68
+ "typescript": "^5.8.2",
69
69
  "vaul": "^1.1.2",
70
- "vite": "^6.1.1"
70
+ "vite": "^6.2.0",
71
+ "vite-plugin-dts": "^4.5.3",
72
+ "vite-plugin-ts-alias": "^0.1.1"
71
73
  },
72
74
  "peerDependencies": {
73
- "react": "^17.0.0 || ^18.3.1 || ^19.0.0",
74
- "react-dom": "^17.0.0 || ^18.3.1 || ^19.0.0"
75
+ "react": "^17.0.0 || ^18.3.1 || ^19.0.0 || ^20.0.0",
76
+ "react-dom": "^17.0.0 || ^18.3.1 || ^19.0.0 || ^20.0.0"
75
77
  },
76
78
  "publishConfig": {
77
79
  "access": "public"
78
80
  },
79
81
  "dependencies": {
80
- "@hookform/resolvers": "^4.1.1",
82
+ "@hookform/resolvers": "^4.1.3",
81
83
  "@radix-ui/react-accordion": "^1.2.3",
82
84
  "@radix-ui/react-alert-dialog": "^1.1.6",
83
85
  "@radix-ui/react-aspect-ratio": "^1.1.2",
@@ -106,6 +108,7 @@
106
108
  "@radix-ui/react-toggle": "^1.1.2",
107
109
  "@radix-ui/react-toggle-group": "^1.1.2",
108
110
  "@radix-ui/react-tooltip": "^1.1.8",
111
+ "@tanstack/react-table": "^8.21.2",
109
112
  "@vitejs/plugin-react": "^4.3.4",
110
113
  "@vitejs/plugin-react-swc": "^3.8.0",
111
114
  "class-variance-authority": "^0.7.1",
@@ -113,11 +116,14 @@
113
116
  "cmdk": "^1.0.4",
114
117
  "embla-carousel-react": "^8.5.2",
115
118
  "input-otp": "^1.4.2",
116
- "lucide-react": "^0.475.0",
119
+ "lucide-react": "^0.477.0",
117
120
  "next-themes": "^0.4.4",
121
+ "react-dropzone": "^14.3.8",
122
+ "react-helmet-next": "^0.0.1",
118
123
  "react-resizable-panels": "^2.1.7",
119
124
  "sonner": "^2.0.1",
120
125
  "tailwind-merge": "^3.0.2",
121
- "tailwind-variants": "^0.3.1"
126
+ "tailwind-variants": "^0.3.1",
127
+ "use-debounce": "^10.0.4"
122
128
  }
123
129
  }