package.json
2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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",
"cheerio-without-node-native": "^0.20.2",
"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-actionsheet": "2.4.2",
"react-native-actionsheet-api": "1.0.4",
"react-native-alipay": "^0.1.5",
"react-native-audio": "4.3.0",
"react-native-autoheight-webview": "^0.6.1",
"react-native-camera": "^0.12.0",
"react-native-circular-progress": "0.1.2",
"react-native-emoji-selector": "^0.1.8",
"react-native-emoticons": "file:react-native-emoticons",
"react-native-fs": "2.11.17",
"react-native-image-crop-picker": "^0.21.0",
"react-native-image-picker": "^0.26.7",
"react-native-image-zoom-viewer": "2.2.24",
"react-native-linear-gradient": "^2.5.4",
"react-native-looped-carousel": "^0.1.9",
"react-native-modalbox": "1.6.0",
"react-native-orientation": "3.1.3",
"react-native-picker": "^4.3.7",
"react-native-root-toast": "3.1.2",
"react-native-scrollable-tab-view": "0.10.0",
"react-native-slider": "0.11.0",
"react-native-snap-carousel": "3.7.0",
"react-native-sound": "0.10.8",
"react-native-swipeout": "^2.3.3",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^6.1.0",
"react-native-video": "^2.0.0",
"react-native-video-controls": "^2.2.1",
"react-native-view-shot": "^2.6.0",
"react-native-webview-autoheight": "^1.0.6",
"react-native-wechat": "^1.9.10",
"react-navigation": "2.13.0",
"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"
}
}