forked from Sermanbilotil/onLife
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.16 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
{
"name": "on_life",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --port=19004",
"ios": "react-native run-ios",
"start": "react-native start --port=19004",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/slider": "^3.0.3",
"@react-native-firebase/app": "^12.1.0",
"@react-native-firebase/messaging": "^12.1.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"axios": "^0.21.1",
"immer": "^9.0.2",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-pager-view": "^5.1.11",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.0.0",
"react-native-sound": "^0.11.0",
"react-native-svg": "^12.1.0",
"react-native-swipe-list-view": "^3.2.7",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.0.1",
"react-native-text-input-mask": "^3.1.4",
"react-native-webview": "^11.3.2",
"react-native-webview-autoheight": "^1.0.6",
"react-navigation-material-bottom-tabs": "react-navigation/material-bottom-tabs",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-persist-filesystem-storage": "^3.0.0",
"rn-fetch-blob": "^0.12.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.23.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}