-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
45
46
47
48
49
{
"name": "react-native-material-component",
"version": "1.0.17",
"description": "Simple react native material components based on react-native-material-ui ",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js,.jsx"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mcd-50/react-native-material-component.git"
},
"keywords": [
"react-native",
"material",
"design",
"ui",
"components",
"react-component",
"android"
],
"author": "ayush shukla",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcd-50/react-native-material-component/issues"
},
"homepage": "https://github.com/mcd-50/react-native-material-component#readme",
"peerDependencies": {
"react-native-vector-icons": "^4.0.0"
},
"dependencies": {
"color": "^1.0.3",
"lodash.merge": "^4.0.0",
"react-native-material-design-styles": "^0.2.6",
"react-timer-mixin": "^0.13.3",
"react-tween-state": "^0.1.3",
"react-native-parallax": "^0.3.0",
"react-native-tab-view": "^0.0.69"
},
"devDependencies": {
"eslint": "~3.12.2",
"eslint-config-airbnb": "~13.0.0",
"eslint-config-cooperka": "~0.2.3",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-react": "~6.8.0",
"eslint-plugin-react-native": "~2.2.1"
}
}