bro-redux/package.json
Primakov Alexandr Alexandrovich fdab75d633 redux с нуля
2025-01-15 09:36:52 +03:00

16 lines
237 B
JSON

{
"name": "bro-js-redux",
"version": "1.0.0",
"main": "redux.js",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"redux": "^5.0.1"
}
}