UNPKG

@gtgalone/react-store

Version:

React Hook Store with useContext and useReducer

52 lines (51 loc) 1.13 kB
{ "name": "@gtgalone/react-store", "version": "1.0.7", "description": "React Hook Store with useContext and useReducer", "license": "MIT", "repository": "gtgalone/react-store", "author": { "name": "Jehun Seem", "email": "jehunseem@gmail.com", "url": "https://github.com/gtgalone" }, "scripts": { "build:cjs": "tsc", "build:esm": "tsc -m esNext --outDir esm", "build": "yarn build:cjs && yarn build:esm" }, "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "files": [ "lib", "esm" ], "keywords": [ "@gtgalone/react-store", "react-store", "react-usestore", "react-use-store", "react-hook-store", "react-hooks-store", "use-store", "hook-store", "hooks-store", "use-context", "use-reducer" ], "peerDependencies": { "react": "^16.8.0 || ^17.0.2" }, "devDependencies": { "@types/node": "15.12.2", "@types/react": "^17.0.11", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "tslint-eslint-rules": "5.4.0", "tslint-plugin-prettier": "2.3.0", "tslint-react": "5.0.0", "typescript": "4.3.2" } }