-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 856 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
{
"name": "@jzone/react-request-hook",
"version": "1.1.1",
"description": "🐶 React hook for custom request,compatible with various lib, support redux",
"main": "index.js",
"author": "zhixiaoqiang",
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"prod": "node scripts/prod",
"release": "node scripts/release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-hook",
"hook",
"react",
"request"
],
"repository": {
"type": "git",
"url": "https://github.com/zhixiaoqiang/react-request-hook.git"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"chalk": "^4.1.0",
"dayjs": "^1.10.4",
"execa": "^5.0.0",
"inquirer": "^8.0.0",
"semver": "^7.3.4"
}
}