This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.02 KB
/
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
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
{
"name": "mirror_audio",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-firebase/analytics": "^6.0.4",
"@react-native-firebase/app": "^6.0.4",
"dayjs": "^1.8.17",
"jetifier": "^1.6.4",
"lodash": "^4.17.15",
"react": "16.11.0",
"react-native": "0.61.4",
"react-native-actionsheet": "^2.4.2",
"react-native-elements": "^1.2.7",
"react-native-event-listeners": "^1.0.3",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-gesture-handler": "^1.5.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-indicator": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-list-popover": "^1.1.1",
"react-native-music-control": "^0.10.7",
"react-native-reanimated": "^1.4.0",
"react-native-root-siblings": "^4.0.4",
"react-native-root-view": "^0.1.3",
"react-native-screens": "^2.0.0-alpha.8",
"react-native-shadow": "^1.2.2",
"react-native-star-rating": "^1.1.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "^9.13.3",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-tab-view": "^2.10.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^5.0.2",
"react-navigation": "^4.0.10",
"react-navigation-header-buttons": "^3.0.4",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.1.3",
"redux": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}