-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
51
52
53
54
{
"name": "rehoc",
"version": "1.6.2",
"description": "A simple and easy way to manage the state while using ReactJS or React Native to build your applications.",
"main": "build/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"peerDependencies": {
"react": "^16.6.0"
},
"dependencies": {
"react": "^16.6.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"enzyme-to-json": "^3.3.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"keywords": [
"rehoc",
"react",
"hoc",
"state",
"management",
"simple",
"store",
"manage",
"component",
"context",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/Wpdas/rehoc"
},
"author": {
"name": "wpdas",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/wenderson-pires-silva"
},
"license": "MIT"
}