UNPKG

react-fluxify

Version:

Fluxify is a powerful and user-friendly npm package that simplifies the management of application state with React and Redux. It provides intuitive methods and pre-configured components for seamless integration, reducing boilerplate code and enhancing the

49 lines (48 loc) 1.26 kB
{ "name": "react-fluxify", "version": "1.0.1", "description": "Fluxify is a powerful and user-friendly npm package that simplifies the management of application state with React and Redux. It provides intuitive methods and pre-configured components for seamless integration, reducing boilerplate code and enhancing the development experience for React experts.", "main": "index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "Redux", "React", "State", "managment", "Javascript", "Library", "Simplified", "Easy-to-use", "Developer", "tool", "Stateful", "components", "Redux-saga" ], "author": "Carlo Ferrero", "license": "ISC", "devDependencies": { "babel": "^6.23.0", "eslint": "^8.41.0", "webpack": "^5.83.1", "typescript": "^5.0.4" }, "dependencies": { "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@reduxjs/toolkit": "^1.9.5", "babel-loader": "^9.1.2", "react": "^18.2.0", "react-redux": "^8.0.5", "redux-persist": "^6.0.0", "redux-saga": "^1.2.3", "typescript": "^5.0.4" } }