-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "RNHBFav",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"moment": "^2.18.1",
"native-base": "^2.3.1",
"oauth-1.0a": "^2.2.1",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-device-info": "^0.11.0",
"react-native-hyperlink": "0.0.10",
"react-native-router-flux": "^4.0.0-beta.17",
"react-native-share": "^1.0.20",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.10",
"react-native-vector-icons": "^4.3.0",
"react-native-wkwebview-reborn": "^1.7.0",
"react-native-xml2js": "^1.0.3",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-promise": "^0.5.3"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}