-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 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
{
"name": "react-use-apifetcher",
"version": "1.0.3",
"description": "",
"main": "index.js",
"homepage": "https://github.com/zeeshanhshaheen/react-use-apifetcher",
"repository": {
"type": "git",
"url": "https://github.com/zeeshanhshaheen/react-use-apifetcher"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react apifetcher",
"react hooks",
"react use apifetcher",
"react use api fetch",
"react api fetcher npm"
],
"author": "Zeeshan haider Shaheen <zeeshanhshaheen@gmail.com>",
"license": "ISC",
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}