@ribbon-studios/react-utils
Advanced tools
+12
-1
| { | ||
| "name": "@ribbon-studios/react-utils", | ||
| "description": "Collection of react utilities curated by the Ribbon Studios Team~", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "type": "module", | ||
@@ -65,2 +65,13 @@ "source": "src/*.ts", | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@tanstack/react-query": { | ||
| "optional": true | ||
| }, | ||
| "@dr.pogodin/react-helmet": { | ||
| "optional": true | ||
| }, | ||
| "react-router-dom": { | ||
| "optional": true | ||
| } | ||
| }, | ||
| "dependencies": { | ||
@@ -67,0 +78,0 @@ "classnames": "^2.5.1" |
73069
0.29%