-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.1 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": "use-custom-hooks",
"version": "1.10.3",
"description": "A collection of Custom Hooks for React.",
"main": "index.js",
"scripts": {
"lint": "eslint ./hooks index.js",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aromalanil/useCustomHooks.git"
},
"keywords": [
"custom-hooks",
"react",
"react-hooks",
"react-hook",
"custom-hook"
],
"author": "Aromal Anil <[email protected]> (https://aromalanil.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aromalanil/useCustomHooks/issues"
},
"homepage": "https://github.com/aromalanil/useCustomHooks#readme",
"peerDependencies": {
"react": "^16.x"
},
"devDependencies": {
"react": "^16.x",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.0.0",
"prettier": "^2.1.2"
}
}