forked from pjamrozowicz/react-native-settings-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
{
"name": "react-native-settings-list",
"version": "1.8.3",
"description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swrlab/react-native-settings-list.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"settings-list",
"settings"
],
"author": "Steve Singrattana <steve@projectinf.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/swrlab/react-native-settings-list/issues"
},
"homepage": "https://github.com/swrlab/react-native-settings-list#readme",
"dependencies": {
"create-react-class": "^15.7.0",
"deprecated-react-native-prop-types": "3.0.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
"eslint": "^8.31.0"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.60.0"
}
}