aura-glass 1.0.0 → 2.0.1
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/README.md +18 -5
- package/package.json +20 -14
package/README.md
CHANGED
|
@@ -164,22 +164,35 @@ AuraGlass now includes complete production-ready AI services transforming demo c
|
|
|
164
164
|
|
|
165
165
|
## 🚀 Installation & Deployment
|
|
166
166
|
|
|
167
|
-
### Install Package
|
|
167
|
+
### Install Package (v2.0.0+)
|
|
168
|
+
|
|
169
|
+
**⚠️ Breaking Change:** Three.js packages are now peer dependencies
|
|
170
|
+
|
|
171
|
+
**Step 1:** Install peer dependencies
|
|
172
|
+
```bash
|
|
173
|
+
npm install react react-dom three @react-three/fiber framer-motion
|
|
174
|
+
# Optional: 3D helpers (recommended)
|
|
175
|
+
npm install @react-three/drei
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
**Step 2:** Install AuraGlass
|
|
168
179
|
```bash
|
|
169
|
-
npm install
|
|
180
|
+
npm install aura-glass
|
|
170
181
|
# or
|
|
171
|
-
yarn add
|
|
182
|
+
yarn add aura-glass
|
|
172
183
|
# or
|
|
173
|
-
pnpm add
|
|
184
|
+
pnpm add aura-glass
|
|
174
185
|
```
|
|
175
186
|
|
|
187
|
+
📘 **See [INSTALLATION.md](./INSTALLATION.md) for upgrade guide from v1.x and troubleshooting**
|
|
188
|
+
|
|
176
189
|
### Production Deployment
|
|
177
190
|
```bash
|
|
178
191
|
# Configure environment variables
|
|
179
192
|
cp .env.example .env
|
|
180
193
|
|
|
181
194
|
# Install dependencies
|
|
182
|
-
npm install
|
|
195
|
+
npm install
|
|
183
196
|
|
|
184
197
|
# Deploy with Docker (recommended)
|
|
185
198
|
docker-compose up -d
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aura-glass",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
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.esm.js",
|
|
@@ -88,7 +88,19 @@
|
|
|
88
88
|
"homepage": "https://aura-glass.auraone.com",
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": ">=18.0.0",
|
|
91
|
-
"react-dom": ">=18.0.0"
|
|
91
|
+
"react-dom": ">=18.0.0",
|
|
92
|
+
"three": ">=0.137.0",
|
|
93
|
+
"@react-three/fiber": ">=8.0.0",
|
|
94
|
+
"@react-three/drei": ">=9.40.0",
|
|
95
|
+
"framer-motion": ">=10.0.0"
|
|
96
|
+
},
|
|
97
|
+
"peerDependenciesMeta": {
|
|
98
|
+
"@react-three/drei": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"framer-motion": {
|
|
102
|
+
"optional": true
|
|
103
|
+
}
|
|
92
104
|
},
|
|
93
105
|
"devDependencies": {
|
|
94
106
|
"@axe-core/react": "^4.7.0",
|
|
@@ -147,13 +159,11 @@
|
|
|
147
159
|
"vite": "^7.1.5"
|
|
148
160
|
},
|
|
149
161
|
"dependencies": {
|
|
150
|
-
"@google-cloud/vision": "^4.0.0",
|
|
151
|
-
"@pinecone-database/pinecone": "^2.0.0",
|
|
152
162
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
153
163
|
"@radix-ui/react-label": "^2.1.7",
|
|
154
164
|
"@radix-ui/react-select": "^2.2.6",
|
|
155
165
|
"@radix-ui/react-slot": "^1.2.3",
|
|
156
|
-
"@react-three/drei": "9.
|
|
166
|
+
"@react-three/drei": "^9.40.0",
|
|
157
167
|
"@react-three/fiber": "8.15.19",
|
|
158
168
|
"@rollup/plugin-babel": "^6.0.4",
|
|
159
169
|
"@sentry/react": "^7.100.0",
|
|
@@ -162,22 +172,18 @@
|
|
|
162
172
|
"chart.js": "^4.5.0",
|
|
163
173
|
"clsx": "^2.0.0",
|
|
164
174
|
"date-fns": "^4.1.0",
|
|
165
|
-
"express-rate-limit": "^7.1.0",
|
|
166
|
-
"framer-motion": "^11.0.0",
|
|
167
|
-
"jsonwebtoken": "^9.0.2",
|
|
168
|
-
"langchain": "^0.1.0",
|
|
169
175
|
"lucide-react": "^0.544.0",
|
|
170
|
-
"openai": "^4.47.0",
|
|
171
176
|
"react-chartjs-2": "^5.3.0",
|
|
172
177
|
"react-hook-form": "^7.62.0",
|
|
173
|
-
"redis": "^4.6.0",
|
|
174
|
-
"remove.bg": "^1.3.0",
|
|
175
178
|
"socket.io-client": "^4.7.0",
|
|
176
|
-
"styled-components": "^6.1.19",
|
|
177
179
|
"tailwind-merge": "^3.3.1",
|
|
178
|
-
"three": "^0.
|
|
180
|
+
"three": "^0.136.0",
|
|
179
181
|
"zod": "^3.22.0"
|
|
180
182
|
},
|
|
183
|
+
"optionalDependencies": {
|
|
184
|
+
"@sentry/react": "^7.100.0",
|
|
185
|
+
"styled-components": "^6.1.19"
|
|
186
|
+
},
|
|
181
187
|
"overrides": {
|
|
182
188
|
"react-reconciler": "0.27.0",
|
|
183
189
|
"scheduler": "^0.23.0"
|