react-mvvm-architecture
Advanced tools
Comparing version
{ | ||
"name": "react-mvvm-architecture", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "React MVVM Architecture is a simple and opinionated custom React framework that provides a solid foundation for building modern, efficient, and scalable React applications following the principles of MVVM (Model-View-ViewModel) and Clean Architecture. It aims to simplify the setup process and offers a well-organized project structure to help developers get started quickly.", | ||
@@ -12,13 +12,3 @@ "main": "index.js", | ||
}, | ||
"keywords": [ | ||
"react", | ||
"mvvm architecture", | ||
"clean-architecture", | ||
"framework", | ||
"zustand", | ||
"react-query", | ||
"typescript", | ||
"scalable", | ||
"aamir mansuri" | ||
], | ||
"keywords": ["react", "mvvm architecture", "framework", "zustand", "react-query", "typescript", "scalable", "aamir mansuri"], | ||
"author": "Aamir Mansuri", | ||
@@ -29,9 +19,7 @@ "license": "ISC", | ||
}, | ||
"files": [ | ||
"README.md" | ||
], | ||
"files": ["README.md"], | ||
"dependencies": { | ||
"react-query": "^3.39.3", | ||
"zustand": "^4.4.0" | ||
"zustand": "^4.0.0", | ||
"react-query": "^3.0.0" | ||
} | ||
} |
6905
-1.02%Updated
Updated