-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 3.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ReactNativeMobxFrame",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform android --dev false --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle",
"ios-xsmax": "react-native run-ios --simulator 'iPhone XS Max'",
"ios-x": "react-native run-ios --simulator 'iPhone X'",
"ios-6s": "react-native run-ios --simulator 'iPhone 6s'",
"ios-6": "react-native run-ios --simulator 'iPhone 6'",
"android": "react-native run-android"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.0",
"@react-native-community/slider": "1.0.4",
"@react-native-community/viewpager": "1.1.5",
"@sentry/react-native": "^1.7.1",
"beeshell": "^2.0.11",
"mobx": "^4.2.1",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-content-loader": "^4.3.2",
"react-native": "0.59.4",
"react-native-action-button": "^2.8.5",
"react-native-anchor-carousel": "^2.2.0",
"react-native-animated-bar": "^0.2.0",
"react-native-audio": "4.3.0",
"react-native-calendars": "^1.220.0",
"react-native-countdown-component": "^2.5.0",
"react-native-datepicker": "^1.7.2",
"react-native-drag-sort": "^1.3.3",
"react-native-elements": "1.0.0-beta5",
"react-native-ezswiper": "^1.3.0",
"react-native-gesture-handler": "1.1.0",
"react-native-image-picker": "0.27.2",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-linear-gradient": "^2.5.5",
"react-native-modal-dropdown": "^0.7.0",
"react-native-orientation": "^3.1.3",
"react-native-progress": "^3.6.0",
"react-native-progress-bar": "^0.1.2",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-reanimated": "^1.0.0",
"react-native-screens": "^2.8.0",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-shimmer-placeholder": "^1.0.35",
"react-native-snap-carousel": "^3.8.0",
"react-native-sound": "0.10.9",
"react-native-svg": "^9.5.1",
"react-native-swipeout": "^2.3.6",
"react-native-table-component": "^1.2.1",
"react-native-vector-icons": "6.1.0",
"react-native-video": "4.4.4",
"react-navigation": "^3.7.1",
"react_native_countdowntimer": "^1.0.5",
"realm": "^2.29.2",
"rn-bugly": "^0.3.0",
"rn-placeholder": "^3.0.0",
"teaset": "^0.6.3"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"@babel/template": "^7.7.4",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}