forked from xotahal/react-native-material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
54
55
56
{
"name": "react-native-material-ui",
"version": "1.5.0",
"description": "React Native Material Design Components",
"main": "./index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "https://github.com/xotahal/react-native-material-ui"
},
"jest": {
"preset": "react-native",
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"keywords": [
"react-native",
"material",
"design",
"ui",
"components",
"react-component",
"android"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xotahal/react-native-material-ui/issues"
},
"homepage": "https://github.com/xotahal/react-native-material-ui",
"dependencies": {
"color": "^0.11.3",
"lodash.merge": "^4.0.0",
"react-native-material-design-styles": "^0.2.6",
"react-native-vector-icons": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^17.0.2",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.8.0",
"jest": "^17.0.3",
"react": "^15.4.1",
"react-native": "^0.39.2",
"react-test-renderer": "^15.4.1"
}
}