get-set-action
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.
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "get-set-action",
"version": "1.0.0",
"type": "module",
"author": "Sean Freeman",
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=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"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thejsmaster/get-set-react/issues"
},
"homepage": "https://github.com/thejsmaster/get-set-react#readme",
"dependencies": {
"fn-ref": "^1.0.0"
}
}