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
|
{
"name": "HanselAndGretel",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"email-validator": "^1.0.7",
"events": "^1.1.1",
"history": "^4.6.1",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-checkbox": "^1.1.0",
"react-native-device-info": "^0.10.2",
"react-native-fade-in-view": "^1.0.4",
"react-native-fetch-blob": "^0.10.5",
"react-native-fs": "^2.3.2",
"react-native-htmlview": "git+https://github.com/jsdf/react-native-htmlview.git",
"react-native-modal": "^2.3.2",
"react-native-pathjs-charts": "0.0.28",
"react-native-push-notification": "^3.0.0",
"react-native-svg": "^5.1.8",
"react-native-youtube": "^1.0.0-alpha.3",
"react-router-native": "^4.1.1"
},
"devDependencies": {
"babel-jest": "20.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "20.0.0",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}
|