aura-glass 2.0.31 → 2.0.32

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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aura-glass",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "description": "A comprehensive glassmorphism design system for React applications with 142+ production-ready components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -187,6 +187,12 @@
187
187
  "prettier": "^3.6.2",
188
188
  "react": "18.3.1",
189
189
  "react-dom": "18.3.1",
190
+ "react-hook-form": "^7.54.0",
191
+ "styled-components": "^6.1.13",
192
+ "framer-motion": "^11.11.17",
193
+ "@react-three/fiber": "^8.17.10",
194
+ "@react-three/drei": "^9.114.3",
195
+ "three": "^0.170.0",
190
196
  "rollup": "^3.28.0",
191
197
  "rollup-plugin-dts": "^5.3.0",
192
198
  "rollup-plugin-peer-deps-external": "^2.2.4",
@@ -215,7 +221,6 @@
215
221
  "lucide-react": "^0.544.0",
216
222
  "openai": "^6.8.1",
217
223
  "react-chartjs-2": "^5.3.0",
218
- "react-hook-form": "^7.0.0",
219
224
  "redis": "^5.9.0",
220
225
  "socket.io-client": "^4.7.0",
221
226
  "tailwind-merge": "^3.3.1",