-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.38 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-api-call",
"version": "1.9.1",
"type": "module",
"description": "This is an npm to manage your all of react api call",
"main": "dist/index.js",
"scripts": {
"build:dev": "rollup -c --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production"
},
"keywords": [
"react",
"npm",
"npm package",
"api",
"fetch",
"request",
"hooks",
"api",
"call",
"nextjs",
"reactjs",
"react api",
"next api",
"api call",
"api-call",
"reactapicall",
"react_api_call",
"react-api-calls",
"reactapicalls",
"nextapicalls",
"nextapicall",
"next-api-call",
"react-api-call",
"mrp",
"mahfuzrp",
"mdmahfuzrp",
"md mahfuz",
"md_mahfuz",
"md_mahfuz_rp",
"md mahfuz rp"
],
"author": {
"name": "Md Mahfuz RP",
"email": "mdmahfuzrp@gmail.com",
"url": "https://www.linkedin.com/in/mdmahfuzrp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mdmahfuzrp/react-api-call"
},
"bugs": {
"url": "https://github.com/mdmahfuzrp/react-api-call/issues"
},
"homepage": "https://reactapicall.vercel.app",
"dependencies": {
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"rollup": "^4.9.0",
"rollup-plugin-terser": "^7.0.2"
}
}