UNPKG

@airma/react-state

Version:

the purpose of this project is make useReducer more simplify

61 lines (60 loc) 1.47 kB
{ "name": "@airma/react-state", "version": "18.6.13", "description": "the purpose of this project is make useReducer more simplify", "license": "MIT", "author": "Jimmy.Harding", "homepage": "https://filefoxper.github.io/airma/#/react-state/index", "repository": { "type": "git", "url": "https://github.com/filefoxper/airma" }, "main": "dist/index.js", "files": [ "dist", "index.d.ts", "llms-zh.txt", "llms.txt" ], "scripts": { "build": "node ./build.js", "docs": "docsify serve ./docs", "lint": "eslint src --fix --ext .ts,.tsx ", "lint-init": "eslint --init" }, "typings": "index.d.ts", "dependencies": { "@airma/react-hooks-core": "^18.6.0", "as-model": "^0.4.1", "react": ">=16.8.0" }, "devDependencies": { "esbuild": "^0.25.0", "esbuild-plugin-es5": "2.1.1", "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", "jest": "29.7.0", "prettier": "^3.0.3", "prettier-eslint": "^15.0.1", "prettier-eslint-cli": "^7.1.0", "regenerator-runtime": "0.13.5", "rewire": "5.0.0", "typescript": "4.9.5" }, "keywords": [ "agent", "browser", "closures", "hook", "method-dispatch", "react", "react-query support", "state", "state-management", "typescript", "useReducer" ] }