-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mutable-state",
"version": "1.1.0",
"description": "A tiny wrapper that let's you use `reactjs useState hook` like a mutable object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamruhul/mutable-state.git"
},
"keywords": [
"reactjs",
"useState",
"mutable",
"immutable",
"state-management",
"react-state-management",
"wrapper",
"react-hooks",
"react-hooks-wrapper",
"mutable-state",
"mutable-react-state"
],
"author": "@iamruhul",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamruhul/mutable-state/issues"
},
"homepage": "https://github.com/iamruhul/mutable-state#readme",
"peerDependencies": {
"react": "^16.8.0-alpha.1"
},
"dependencies": {
"observable-slim": "0.1.5"
}
}