-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 862 Bytes
/
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
{
"name": "rouboInfo",
"version": "0.0.1",
"private": true,
"scripts": {
"GetuiConfigure": "node node_modules/react-native-getui/GetuiConfiguration.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-code-push": "^5.4.1",
"react-native-elements": "^1.0.0-beta",
"react-native-sound": "^0.10.9",
"react-native-storage": "^0.2.2",
"react-native-swipeout": "^2.3.6",
"react-native-timeline-listview": "^0.2.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.6.2"
},
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "5.0.2",
"jest": "23.3.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}