-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
147 lines (147 loc) · 5.27 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"main": "node_modules/expo/AppEntry.js",
"version": "1.0.0",
"description": "expo-react-bunny description",
"scripts": {
"dev": "expo start",
"ios": "expo start --ios",
"android": "expo start --android",
"web": "expo start --web",
"web:https": "expo start --web --https",
"debug:prod": "expo start --no-dev",
"debug:prod:minify": "expo start --no-dev --minify",
"clear:start:ios": "expo start --clear --ios",
"build": "next build",
"build:ios": "expo build:ios",
"build:web": "expo build:web",
"build:android": "expo build:android",
"build:clear:ios": "expo build:ios --clear-provisioning-profile",
"publish:expo": "expo publish",
"mock": "node mock/server.js",
"web:serve": "http-server -P http://localhost:8080? web-build/",
"clear:watchman": "watchman watch-del-all",
"clear:rn": "react-native clean-project",
"clear:android": "expo start --android --reset-cache",
"clear:metro": "expo start -c",
"remove:cache:metro": "rm -rf /tmp/metro-*",
"dev:next": "NODE_OPTIONS=\"--max_old_space_size=8192\" next"
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.2",
"@react-native-async-storage/async-storage": "^1.15.2",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "1.9.11",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/devtools": "^5.1.22",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"color": "^3.1.3",
"colortranslator": "^1.7.0",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.4",
"expo": "^41.0.0",
"expo-av": "~9.1.2",
"expo-blur": "~9.0.3",
"expo-camera": "~11.0.2",
"expo-facebook": "~11.0.5",
"expo-file-system": "~11.0.2",
"expo-firebase-recaptcha": "~1.4.1",
"expo-google-app-auth": "~8.1.7",
"expo-haptics": "~10.0.0",
"expo-image-picker": "~10.1.4",
"expo-linear-gradient": "~9.1.0",
"expo-linking": "~2.2.3",
"expo-localization": "~10.1.0",
"expo-location": "~12.0.4",
"expo-next-react-navigation": "~1.2.1",
"expo-notifications": "~0.11.5",
"expo-sharing": "~9.1.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"facebook-nodejs-business-sdk": "^11.0.0",
"firebase": "8.2.3",
"http-server": "^0.12.3",
"i18next": "^20.2.1",
"json-server": "^0.16.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.13",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-appearance": "^0.3.4",
"react-native-card-stack-swiper": "^1.2.5",
"react-native-communications": "^2.2.1",
"react-native-dotenv": "^2.5.5",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "^1.10.3",
"react-native-gif-search": "^1.3.2",
"react-native-maps": "^0.27.1",
"react-native-modal": "^11.10.0",
"react-native-pager-view": "5.0.12",
"react-native-paper": "^4.7.2",
"react-native-parsed-text": "0.0.22",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~2.1.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.1.0",
"react-native-tab-view": "^3.0.1",
"react-native-typing-animation": "^0.1.7",
"react-native-vector-icons": "^8.1.0",
"react-native-view-shot": "3.1.2",
"react-native-web": "^0.15.7",
"react-native-web-linear-gradient": "^1.1.1",
"react-native-web-maps": "^0.3.0",
"react-native-webview": "11.2.3",
"react-redux": "^7.2.3",
"react-redux-firebase": "^3.10.0",
"recompose": "^0.30.0",
"redux-firestore": "^0.15.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"sentry-expo": "^3.1.3",
"styled-components": "^5.2.3",
"typescript": "^4.2.4",
"uuid": "3.4.0",
"victory-native": "^35.3.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@expo/next-adapter": "^2.1.67",
"@expo/vector-icons": "^12.0.4",
"@expo/webpack-config": "^0.12.66",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-native": "^0.64.5",
"@types/react-native-communications": "2.2.1",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.16",
"@types/styled-components-react-native": "^5.1.1",
"@types/styled-system": "^5.1.11",
"@types/crypto-js": "^4.0.1",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/recompose": "^0.30.7",
"@types/uuid": "^8.3.0",
"babel-plugin-inline-import": "^3.0.0",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-images": "^1.7.0",
"next-offline": "^5.0.5",
"next-transpile-modules": "^6.4.0",
"redux-dynamic-middlewares": "^2.0.0"
},
"private": true
}