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{
"name": "pycontw-mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"test": "jest",
"lint": "eslint .; exit 0"
},
"dependencies": {
"markdown-it": "^8.3.1",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.2",
"react-native-device-info": "^0.10.2",
"react-native-i18n": "^1.0.0",
"react-native-splash-screen": "^2.1.0",
"react-native-svg": "^5.1.8",
"react-native-vector-icons": "^4.1.1",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-react-native": "1.9.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1",
"jest": "^20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools": "^0.5.11"
},
"jest": {
"preset": "react-native"
}
}