-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·64 lines (64 loc) · 1.93 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"publish": "expo publish",
"shake": "adb shell input keyevent 82",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android",
"postinstall": "cp node_modules/@expo/vector-icons/FontAwesome.js node_modules/@expo/vector-icons/Fontisto.js"
},
"dependencies": {
"@react-native-community/slider": "3.0.3",
"axios": "^0.21.1",
"expo": "^40.0.1",
"expo-av": "~9.0.0",
"expo-constants": "~10.0.1",
"expo-font": "~9.0.0",
"expo-splash-screen": "~0.9.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.2",
"native-base": "^2.15.2",
"querystring": "^0.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.63.4",
"react-native-animatable": "^1.3.2",
"react-native-app-intro-slider": "^4.0.4",
"react-native-cli": "^2.0.1",
"react-native-gesture-handler": "~1.10.1",
"react-native-modal": "^11.6.1",
"react-native-reanimated": "~1.13.2",
"react-native-screens": "~2.17.1",
"react-native-svg": "12.1.0",
"react-native-svg-icon": "^0.9.0",
"react-native-track-player": "^1.2.3",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.15.0",
"react-navigation": "^4.4.3",
"react-navigation-redux-helpers": "^4.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.1",
"redux-form": "^8.3.7",
"redux-form-validators": "^3.3.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sane": "^4.1.0"
},
"devDependencies": {
"@babel/core": "~7.12.17",
"babel-jest": "~26.6.3",
"babel-preset-expo": "^8.3.0",
"expo-cli": "^4.1.6",
"jest": "~26.6.3",
"react-test-renderer": "~17.0.1",
"redux-logger": "^3.0.6"
},
"private": true,
"engine": {
"node": "14"
},
"name": "qnsapp",
"version": "1.0.0"
}