redux-generator-cli
Version:
Boilerplate for redux with redux toolkit
41 lines (40 loc) • 882 B
JSON
{
"name": "redux-generator-cli",
"version": "1.0.6",
"description": "Boilerplate for redux with redux toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"bin": {
"redux-init": "dist/index.js",
"redux-generate": "dist/generator.js"
},
"keywords": [
"react",
"redux",
"@reduxjs/toolkit",
"createAsyncThunk",
"createSlice",
"store",
"dispatch",
"selector",
"reducer",
"typescript"
],
"author": "Marko Popovic",
"license": "ISC",
"dependencies": {
"@reduxjs/toolkit": "^2.2.1",
"@types/node": "^20.11.27",
"axios": "^1.6.8",
"react-redux": "^9.1.0",
"typescript": "^5.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Nimmly/redux-generator-cli.git"
}
}