-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 2.49 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "react-hooks-plus",
"version": "1.0.2",
"private": false,
"description": "Useful React Hooks and Functions",
"type": "module",
"main": "./dist/react-hooks-plus.umd.cjs",
"module": "./dist/react-hooks-plus.js",
"types": "./dist/lib/index.d.ts",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mohammad-zolghadr/react-hooks-plus"
},
"keywords": [
"react",
"typescript",
"javascript",
"hooks",
"react hooks",
"react-hooks",
"useful hooks",
"useful react hooks",
"hook",
"react-hooks-plus",
"hooks plus",
"react hooks plus",
"useHooks",
"react use hooks",
"random",
"random functions",
"generateRandom",
"random number",
"random string",
"convertToPersianNumber",
"convertToArabicNumber",
"convertToEnglishNumber",
"isPersianNumber",
"isArabicNumber",
"separateNumber",
"array",
"findMaxIndex",
"removeDuplicatesByProperty",
"removeElement",
"sortArrayAsc",
"sortByProperty",
"sortArrayDesc",
"addElementToArrayIfNotExist",
"addObjectToArrayIfPropNotExist",
"average",
"hasElement",
"getMaxElement",
"getMinElement",
"isArrayEmpty",
"shuffleArray",
"uniqueArray",
"flattenArray",
"chunk",
"sum",
"copyToClipboard",
"localStorage",
"useLocalStorage",
"useOnClickOutside",
"useHover",
"useFetch",
"useConsoleLog",
"useConsoleGroup",
"useConsoleGroupCollapse",
"useConsoleTable",
"useConsoleTime",
"useMedia",
"useScreen",
"useOnScreen",
"useScroll",
"precisionForDecimal",
"Mohammad Zolghadr"
],
"author": "Mohammad Zolghadr",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.0",
"vite-plugin-dts": "^2.3.0"
}
}