react-redux-methods
Version:
A lightweight react-redux toolkit for writing strong-typed, minimal code redux boilerplate.
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "react-redux-methods",
"version": "1.1.10",
"description": "A lightweight react-redux toolkit for writing strong-typed, minimal code redux boilerplate.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jovenlumaas/react-redux-methods.git"
},
"keywords": [
"redux",
"react-redux",
"redux-toolkit",
"redux-methods",
"redux-action",
"redux-reducer",
"redux-selector",
"redux-connector",
"redux-utilities"
],
"author": "JOL",
"license": "ISC",
"bugs": {
"url": "https://github.com/jovenlumaas/react-redux-methods/issues"
},
"homepage": "https://github.com/jovenlumaas/react-redux-methods#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash.get": "^4.4.6",
"@types/react-dom": "^18.3.6",
"jest": "^29.7.0",
"prettier": "^2.3.1",
"ts-jest": "^29.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.8.3"
},
"files": [
"lib/**/*"
],
"dependencies": {
"lodash.get": "^4.4.2",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"reselect": "^4.1.8"
}
}