-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "react-use-state-reducer",
"version": "0.1.1",
"description": "Use fetch with hooks",
"keywords": [
"react",
"hook",
"state"
],
"homepage": "https://github.com/HollyPony/react-use-state-reducer",
"repository": {
"type": "git",
"url": "https://github.com/HollyPony/react-use-state-reducer.git"
},
"bugs": {
"url": "https://github.com/HollyPony/react-use-state-reducer/issues"
},
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"author": "Arthur Agombart <[email protected]> (https://github.com/HollyPony/)",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@testing-library/react": "^10.0.3",
"@testing-library/react-hooks": "^3.2.1",
"babel-jest": "^25.4.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1"
}
}