get-set-react
Version:
A React State Management Library similar and alternative to mobx, redux.etc. it's the simplest, smallest and fastest state management library for react with dev tools support.
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "get-set-react",
"version": "8.0.2",
"type": "module",
"author": "Sean Freeman",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"get-set-immutable": "^6.0.4"
},
"peerDependencies": {
"react": ">=18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"rollup": "^4.14.3",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2"
},
"description": "A React State Management Library similar and alternative to mobx, redux.etc. it's the simplest, smallest and fastest state management library for react with dev tools support.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thejsmaster/get-set-react.git"
},
"keywords": [
"get-set-react",
"react state management",
"react store",
"mobx",
"redux",
"zustand",
"get set react",
"redux alternative",
"mobx alternative",
"zustand alternative"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thejsmaster/get-set-react/issues"
},
"homepage": "https://github.com/thejsmaster/get-set-react#readme"
}