-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 832 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 832 Bytes
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
{
"name": "wallter",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^22.4.3",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.0-alpha.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react": "16.3.0-alpha.1",
"react-native": "0.54.0",
"react-navigation": "^1.0.0-beta.27",
"react-native-tableview-simple": "^0.17.2",
"react-native-tab-navigator": "^0.3.4",
"react-native-device-info": "^0.17.2",
"react-native-dropdownalert": "^3.4.0",
"react-native-config": "^0.11.5",
"react-native-vector-icons": "^4.5.0"
}
}