package.json
1.29 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
{
"name": "metroApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"crypto-js": "3.1.9-1",
"fbemitter": "2.1.1",
"md5": "2.2.1",
"mobx": "4.6.0",
"mobx-react": "5.3.6",
"moment": "2.21.0",
"react": "16.8.3",
"react-native": "0.59.1",
"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.27.1",
"react-native-linear-gradient": "2.5.4",
"react-native-looped-carousel": "0.1.13",
"react-native-picker": "4.3.7",
"react-native-root-toast": "3.0.1",
"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/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}