-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 950 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
37
38
39
40
{
"name": "react-use-disclosure",
"version": "7.3.0",
"description": "Simple React custom hook to handle simple open, close, toggle states",
"main": "index.js",
"repository": "https://github.com/yoannfleurydev/useDisclosure",
"author": {
"name": "Yoann Fleury",
"email": "[email protected]",
"url": "https://twitter.com/yoannfleurydev"
},
"license": "MIT",
"files": [
"index.*"
],
"scripts": {
"test": "jest"
},
"peerDependencies": {
"react": ">=16.13.1 <19"
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@testing-library/react-hooks": "^8.0.1",
"all-contributors-cli": "6.26.1",
"auto": "11.3.0",
"babel-jest": "^29.0.1",
"jest": "^29.0.1",
"react": "^18.0.0",
"react-test-renderer": "^18.0.0"
},
"auto": {
"plugins": [
"npm",
"released"
],
"onlyPublishWithReleaseLabel": true
}
}