-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
{
"name": "react-usefetch-models",
"version": "2.0.10",
"description": "A quick way to bind your react or react native code with predefined useFetches and backend calls",
"main": "build/index.js",
"module": "build/index.js",
"scripts": {
"dev": "nodemon ./test/app.ts",
"build": "rm -rf ./build && tsc",
"buildWatch": "tsc -w",
"test": "jest"
},
"keywords": [
"react",
"react-native",
"react useFetch",
"useFetch",
"hooks",
"react hook",
"custom-hooks",
"Models",
"fetch",
"http",
"backend",
"axios"
],
"repository": {
"type": "git",
"url": "https://github.com/mmzaghlool/React-useFetch-with-Models"
},
"bugs": {
"email": "mmzaghlool52@gmail.com",
"url": "https://github.com/mmzaghlool/React-useFetch-with-Models/issues"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/mysql": "^2.15.19",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"@types/xss-filters": "^0.0.27",
"@typescript-eslint/parser": "^4.31.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.12",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"react": "^17.0.2"
},
"author": "mmzaghlool52@gmail.com",
"license": "MIT",
"peerDependencies": {
"react": "*"
}
}