create-redux-apps
Version:
Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick
49 lines (46 loc) • 1.18 kB
JSON
{
"name": "create-redux-apps",
"version": "1.0.09.2",
"description": "Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"generate": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aakashdeveloper/redux-seed"
},
"keywords": [
"React",
"Redux",
"TypeScript",
"Docker",
"MiddleWare",
"Thunk",
"NodeJS",
"ReactRedux"
],
"author": "aakashdeveloper",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aakashdeveloper/redux-seed/issues"
},
"homepage": "https://github.com/Aakashdeveloper/redux-seed#readme",
"preferGlobal": 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"
}
}