-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "react-decorate-fetch",
"version": "2.0.12",
"description": "A library to fetch data for React Components, which has most of the similar API with [react-refetch] Different, it also supports more friendly way to use, like Hooks.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib -s true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpzxsm/react-decorate-fetch.git"
},
"keywords": [
"react",
"react-native",
"http",
"fetch",
"decorate"
],
"author": "suming",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpzxsm/react-decorate-fetch/issues"
},
"homepage": "https://github.com/dpzxsm/react-decorate-fetch",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4"
}
}