package.json
1.32 KB
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
{
"name": "metroApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"crypto-js": "^3.1.9-1",
"fbemitter": "^2.1.1",
"md5": "^2.2.1",
"mobx": "^4.3.1",
"mobx-react": "^5.2.0",
"moment": "^2.21.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-autoheight-webview": "^0.6.1",
"react-native-camera": "^0.12.0",
"react-native-emoji-selector": "^0.1.6",
"react-native-image-picker": "^0.26.7",
"react-native-linear-gradient": "^2.5.4",
"react-native-looped-carousel": "^0.1.9",
"react-native-picker": "^4.3.7",
"react-native-root-toast": "3.1.2",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-snap-carousel": "^3.7.0",
"react-native-swipeout": "^2.3.3",
"react-native-swiper": "^1.5.13",
"react-native-video": "^2.0.0",
"react-native-video-controls": "^2.2.1",
"react-navigation": "1.0.0-beta.15",
"react-navigation-is-focused-hoc": "^1.1.1",
"rn-splash-screen": "^5.2.0",
"urijs": "^1.19.1"
},
"devDependencies": {
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}