-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.57 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": "@rctsht/material",
"version": "0.0.79",
"description": "Material design UI library for React Native",
"main": "index.js",
"repository": "https://github.com/rctsht/material",
"author": "Michael Mason <mjmasn@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"events": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
"lodash-es": "^4.17.15",
"react-native-popup-menu": "^0.15.7",
"tinycolor2": "^1.4.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flow-header": "^0.2.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import-order-alphabetical": "^1.0.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-native": "^3.8.1",
"flow-bin": "^0.122.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.0.3",
"react": "16.11.0",
"react-native": "^0.62.1",
"react-native-safe-area-context": "^0.7.3",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.3.7"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-safe-area-context": "*",
"react-native-vector-icons": "*",
"react-navigation": "*"
},
"resolutions": {
"merge": "^1.2.1"
}
}