-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
67 lines (67 loc) · 2.19 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
{
"main": "index.js",
"version": "0.2.0",
"homepage": "https://arnnis.github.io/Clubreact",
"scripts": {
"android": "react-native run-android",
"android:release": "npx jetifier && cd android && ./gradlew assembleRelease",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest",
"desktop": "cross-env NODE_ENV=development webpack serve --config ./desktop/webpack.config.renderer.dev.js --color --progress",
"desktop:release": "yarn web:release && node ./desktop/build.js",
"postversion": "react-native-version --never-amend",
"deploy": "gh-pages -d web-build"
},
"dependencies": {
"@expo/webpack-config": "^0.12.65",
"@react-native-async-storage/async-storage": "^1.15.1",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@reduxjs/toolkit": "^1.5.1",
"dayjs": "^1.10.4",
"expo": "~40.0.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"pubnub": "^4.30.1",
"pubnub-react": "^2.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-agora": "^3.3.2",
"react-native-country-picker-modal": "^2.0.0",
"react-native-fast-image": "^8.3.4",
"react-native-fast-toast": "^2.2.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12",
"react-query": "^3.13.4",
"react-redux": "^7.2.3",
"recyclerlistview": "^3.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/pubnub": "^4.29.2",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/redux-logger": "^3.0.8",
"babel-preset-expo": "~8.3.0",
"cross-env": "^7.0.3",
"expo-cli": "^4.3.5",
"jest-expo": "~40.0.0",
"react-native-version": "^4.0.0",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}