UNPKG

@nebula-note/redux-hooks

Version:

Simplify Redux usage: no actions, no reducers, only hooks.

80 lines (79 loc) 2.27 kB
{ "name": "@nebula-note/redux-hooks", "version": "1.0.8", "description": "Simplify Redux usage: no actions, no reducers, only hooks.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "vite build", "changeset": "changeset", "changeset:version": "changeset version", "changeset:publish": "changeset publish --access public", "publish": "npm publish --access public", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/ASER1989/redux-hooks.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "redux", "redux-hooks", "useRedux", "hooks", "reduxHooks", "react", "react-redux", "toolkit" ], "author": "aser1989@outlook.com", "license": "MIT", "bugs": { "url": "https://github.com/ASER1989/redux-hooks/issues" }, "homepage": "https://github.com/ASER1989/redux-hooks#readme", "peerDependencies": { "@reduxjs/toolkit": "^2.5.0", "lodash": "^4.17.21", "react": "^17.0.0 || ^18.0.0", "react-redux": "^9.0.0", "redux": "^5.0.0" }, "devDependencies": { "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@changesets/cli": "^2.27.11", "@reduxjs/toolkit": "^2.5.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/react-hooks": "^8.0.1", "@trivago/prettier-plugin-sort-imports": "^5.2.1", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.13", "@types/node": "^22.10.2", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lodash": "^4.17.21", "prettier": "^3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-redux": "^9.2.0", "react-test-renderer": "^19.0.0", "redux": "^5.0.1", "typescript": "^5.7.2", "vite": "^6.0.4", "vite-plugin-dts": "^4.4.0" } }