-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-state-provider",
"version": "1.0.0",
"description": "Fully native global state manager using ReactContext and Hooks. You can use this library instead of Redux or Mobx. also you can access state from all of your components and behavior with them using hooks.",
"keywords": [
"react",
"react-native",
"react-context",
"react-state",
"react-state-management",
"react-redux",
"react-hooks",
"react-context-api",
"react-state-hook",
"react-global-state",
"reactjs",
"react-library",
"react-state-provider"
],
"author": "Hamed Taheri",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/intellidev1991/react-state-provider.git"
},
"bugs": {
"url": "https://github.com/intellidev1991/react-state-provider/issues"
},
"homepage": "https://github.com/intellidev1991/react-state-provider#readme",
"dependencies": {
"prop-types": "15.7.2",
"react": "16.8.6",
"react-scripts": "3.0.1"
},
"devDependencies": {
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}