rct-isomorphic-state
Version:
global state without context, supports immutablity
44 lines (43 loc) • 950 B
JSON
{
"name": "rct-isomorphic-state",
"version": "2.2.0",
"main": "./dist/index.d.ts",
"license": "MIT",
"description": "global state without context, supports immutablity",
"keywords": [
"react",
"react-state",
"react-global-state",
"rct-isomorphic-state",
"react-isomorphic-state"
],
"author": "AhmedNassar147 <nassarahmed750@gmail.com>",
"types": "./dist/types.d.ts",
"files": [
"./dist"
],
"bugs": {
"url": "https://github.com/AhmedNassar147/react-isomorphic-state/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AhmedNassar147/react-isomorphic-state"
},
"scripts": {
"build": "tsc -p ."
},
"dependencies": {
"immutable": "^4.0.0-rc.12"
},
"devDependencies": {
"@types/react": "^16.9.36",
"typescript": "^3.9.5"
},
"peerDependencies": {
"react": ">= 16.8.0"
},
"colaborators": [
"SuperKareem",
"AhmedNassar147"
]
}