@moontra/moonui-pro 2.0.7 → 2.0.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/dist/index.js +0 -78
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -78
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -86,15 +86,14 @@
|
|
|
86
86
|
"date-fns": "^3.6.0",
|
|
87
87
|
"framer-motion": "^11.11.17",
|
|
88
88
|
"lucide-react": "^0.263.1",
|
|
89
|
+
"react-dropzone": "^14.3.5",
|
|
90
|
+
"react-hook-form": "^7.53.2",
|
|
91
|
+
"react-intersection-observer": "^9.13.1",
|
|
92
|
+
"react-virtualized-auto-sizer": "^1.0.24",
|
|
93
|
+
"react-window": "^1.8.8",
|
|
89
94
|
"recharts": "^2.12.7",
|
|
90
95
|
"tailwind-merge": "^2.5.4",
|
|
91
|
-
"tailwindcss-animate": "^1.0.7"
|
|
92
|
-
"react-window": "^1.8.8",
|
|
93
|
-
"react-virtualized-auto-sizer": "^1.0.24",
|
|
94
|
-
"@hello-pangea/dnd": "^18.0.1",
|
|
95
|
-
"react-hook-form": "^7.53.2",
|
|
96
|
-
"react-dropzone": "^14.3.5",
|
|
97
|
-
"react-intersection-observer": "^9.13.1"
|
|
96
|
+
"tailwindcss-animate": "^1.0.7"
|
|
98
97
|
},
|
|
99
98
|
"devDependencies": {
|
|
100
99
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -103,9 +102,9 @@
|
|
|
103
102
|
"@types/jest": "^30.0.0",
|
|
104
103
|
"@types/node": "^18.16.0",
|
|
105
104
|
"@types/react": "^19.0.0",
|
|
105
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
106
106
|
"@types/react-dom": "^19.0.0",
|
|
107
107
|
"@types/react-window": "^1.8.8",
|
|
108
|
-
"@types/react-beautiful-dnd": "^13.1.8",
|
|
109
108
|
"autoprefixer": "^10.4.21",
|
|
110
109
|
"eslint": "^8.39.0",
|
|
111
110
|
"jest": "^29.5.0",
|