-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "rx-base-react-native",
"version": "1.0.1",
"description": "React-Native base component",
"main": "index.js",
"scripts": {
"lint": "eslint js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rx",
"react",
"react-native",
"base-react-native",
"rx-base-react-native"
],
"author": "srxboys (https://github.com/srxboys)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:RXReactNative/rx-base-react-native.git"
},
"dependencies": {
"prop-types": "*",
"react-native-keyboard-aware-scroll-view": "*",
"@react-native-community/art": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-react-native-globals": "^0.1.2"
}
}