redux с нуля

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-15 09:36:52 +03:00
commit fdab75d633
4 changed files with 132 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "bro-js-redux",
"version": "1.0.0",
"main": "redux.js",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"redux": "^5.0.1"
}
}