-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest",
"postinstall": "./patch_android.sh"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.1",
"@react-native-community/cookies": "^5.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "^3.0.3",
"@react-navigation/bottom-tabs": "^5.10.6",
"@react-navigation/core": "^5.13.1",
"@react-navigation/native": "^5.8.1",
"@react-navigation/stack": "^5.11.0",
"@types/base-64": "^0.1.3",
"@types/react-native-zeroconf": "^0.12.0",
"base-64": "^1.0.0",
"expo": "~39.0.2",
"expo-splash-screen": "~0.6.2",
"expo-status-bar": "~1.0.2",
"expo-updates": "~0.3.2",
"native-base": "^2.13.14",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.3",
"react-native-flash-message": "^0.1.17",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tcp-socket": "^4.5.4",
"react-native-unimodules": "~0.11.0",
"react-native-web": "~0.13.12",
"react-native-webview": "^10.10.2",
"react-native-zeroconf": "^0.12.3",
"react-tracked": "^1.4.2",
"redux": "^4.0.5",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"babel-jest": "~25.2.6",
"babel-preset-expo": "~8.3.0",
"jest": "~25.2.6",
"jest-expo": "~39.0.0",
"react-test-renderer": "~16.13.1",
"typescript": "~3.9.5"
},
"jest": {
"preset": "react-native"
},
"private": true,
"name": "yastation-app",
"version": "1.0.0"
}