UNPKG

@reactseed/use-redux

Version:

Use redux to drive state with a React hooks

66 lines (65 loc) 1.92 kB
{ "name": "@reactseed/use-redux", "version": "1.2.1", "description": "Use redux to drive state with a React hooks", "main": "lib/index.js", "scripts": { "dev": "babel -w src --out-dir lib --ignore \"**/__tests__\" --extensions \".ts\"", "dev:type": "tsc -d --emitDeclarationOnly --watch src/*.ts --outDir lib", "prepublish": "npm run build:type && npm run build", "build": "babel src --out-dir lib --ignore \"**/__tests__\" --extensions \".ts\"", "build:type": "tsc -d --emitDeclarationOnly", "precommit": "lint-staged", "prettier": "prettier --write 'src/*.ts'", "lint": "eslint --fix 'src/*.ts'" }, "keywords": [ "use-redux", "reactseed", "immer" ], "repository": { "type": "git", "url": "https://github.com/reactseed/reactseed.git" }, "homepage": "https://github.com/reactseed/reactseed", "bugs": { "url": "https://github.com/reactseed/reactseed/issues" }, "license": "BSD", "lint-staged": { "src/**/*.ts": [ "npm run eslint", "npm run prettier" ] }, "peerDependencies": { "react": "^16.8.1", "react-redux": "^6.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-transform-typescript": "^7.9.6", "@babel/preset-env": "^7.9.6", "@types/node": "^14.0.9", "@types/react-redux": "^7.1.9", "@types/redux": "^3.6.0", "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "cz-conventional-changelog": "^3.2.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "immer": "^6.0.5", "lint-staged": "^12.4.1", "prettier": "^2.6.2", "react-redux": "^7.2.0", "redux": "^4.0.5", "typescript": "^4.4.4" }, "gitHead": "046198a1b7babd604fc635bbb930a9c0665b7840", "publishConfig": { "access": "public" } }