@ivanalbizu/astro-webgl-hover 0.0.6 → 0.0.7
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivanalbizu/astro-webgl-hover",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "WebGL image hover effects for Astro with displacement transitions using Curtains.js and GSAP",
|
|
6
6
|
"author": "Ivan Albizu",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"preview": "astro preview",
|
|
40
40
|
"astro": "astro"
|
|
41
41
|
},
|
|
42
|
-
"
|
|
43
|
-
"astro": "^4.0.0 || ^5.0.0",
|
|
44
|
-
"curtainsjs": "^8.0.0",
|
|
45
|
-
"gsap": "^3.0.0"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"astro": "^5.16.9",
|
|
42
|
+
"dependencies": {
|
|
49
43
|
"curtainsjs": "^8.1.6",
|
|
50
44
|
"gsap": "^3.12.7",
|
|
51
45
|
"lil-gui": "^0.19.2"
|
|
46
|
+
},
|
|
47
|
+
"peerDependencies": {
|
|
48
|
+
"astro": "^4.0.0 || ^5.0.0"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"astro": "^5.16.9"
|
|
52
52
|
}
|
|
53
53
|
}
|