-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "@react-native-community/hooks",
"version": "3.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"test": "jest",
"test:w": "jest --watch",
"lint": "eslint src/**/*.ts",
"eslint:fix": "eslint src/**/*.ts --fix",
"prettier:fix": "prettier --write \"**/*.{ts,tsx}\"",
"release": "auto shipit",
"release:canary": "auto canary"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.65"
},
"devDependencies": {
"@auto-it/all-contributors": "10.46.0",
"@auto-it/first-time-contributor": "10.46.0",
"@react-native-community/eslint-config": "3.2.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.1.3",
"@types/jest": "29.5.3",
"@types/react": "18.2.20",
"@types/react-native": "0.72.2",
"all-contributors-cli": "6.25.1",
"auto": "10.46.0",
"eslint": "8.41.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.71.12",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
},
"author": "Nader Dabit",
"repository": {
"type": "git",
"url": "git://github.com/react-native-community/hooks.git"
},
"license": "ISC",
"files": [
"lib",
"!*.test.*"
]
}