forked from react-native-community/hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "@react-native-community/hooks",
"version": "2.6.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"test": "jest",
"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": ">=16.8.0",
"react-native": ">=0.59"
},
"devDependencies": {
"@auto-it/all-contributors": "9.28.3",
"@auto-it/first-time-contributor": "9.28.3",
"@react-native-community/eslint-config": "1.1.0",
"@testing-library/react-hooks": "3.2.1",
"@testing-library/react-native": "5.0.3",
"@types/jest": "25.2.3",
"@types/react": "16.9.34",
"@types/react-native": "0.62.18",
"all-contributors-cli": "6.15.0",
"auto": "9.26.8",
"eslint": "7.3.1",
"eslint-plugin-prettier": "3.1.4",
"jest": "26.0.1",
"prettier": "2.1.2",
"react": "16.13.1",
"react-native": "0.62.2",
"react-test-renderer": "16.13.1",
"ts-jest": "25.5.1",
"typescript": "3.9.7"
},
"author": "Nader Dabit",
"repository": {
"type": "git",
"url": "git://github.com/react-native-community/hooks.git"
},
"license": "ISC",
"files": [
"lib"
],
"dependencies": {
"@react-native-clipboard/clipboard": "^1.6.0"
}
}