UNPKG

create-redux-apps

Version:

Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick

52 lines (51 loc) 1.09 kB
{ "name": "reduxseed", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "react": "^16.12.0", "react-dom": "^16.12.0", "react-redux": "^7.1.3", "react-scripts": "3.3.1", "redux": "^4.0.5", "redux-promise": "^0.6.0", "inquirer": "^6.3.1", "shelljs": "^0.8.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "keywords": [ "React", "Redux", "TypeScript", "Docker", "MiddleWare", "Thunk", "NodeJS", "ReactRedux" ], "author": "aakashdeveloper", "license": "MIT" } }