-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.79 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-permissions-hooks",
"version": "1.0.0",
"description": "A collection of useful hooks to use with react-native-permissions",
"main": "index.js",
"module": "index.js",
"react-native": "index.js",
"source": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relaypro-open/react-native-permissions-hooks.git"
},
"keywords": [
"react-native",
"react native",
"permissions",
"react-native-permissions",
"hooks"
],
"author": "Derek Batts @dsbatts",
"license": "ISC",
"bugs": {
"url": "https://github.com/relaypro-open/react-native-permissions-hooks/issues"
},
"homepage": "https://github.com/relaypro-open/react-native-permissions-hooks#readme",
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/plugin-proposal-do-expressions": "7.23.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.23.3",
"@babel/runtime": "7.23.9",
"@react-native-community/eslint-config": "^3.2.0",
"babel-eslint": "^10.1.0",
"eslint": "8.56.0",
"eslint-import-resolver-babel-plugin-root-import": "github:relaypro-open/eslint-import-resolver-babel-plugin-root-import#7f5814fb8e3a2c3657811bb9f00bdf1bdaf12fd7",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "4.1.0"
},
"peerDependencies": {
"lodash": "^4.17.21",
"react": ">=18.1.0",
"react-native": ">=0.70.0",
"react-native-permissions": "^4.1.1"
}
}