forked from mooco-renew/mooco-RN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "moocotest",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/html-elements": "^0.9.1",
"@expo/metro-runtime": "~3.1.1",
"@expo/webpack-config": "~19.0.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"add": "^2.0.6",
"axios": "^1.6.7",
"eas-cli": "^7.3.0",
"expo": "^50.0.4",
"expo-auth-session": "~5.4.0",
"expo-checkbox": "~2.7.0",
"expo-crypto": "~12.8.0",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-web-browser": "~12.8.2",
"install": "^0.13.0",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
"npx": "^10.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-calendars": "^1.1303.0",
"react-native-dotenv": "^3.4.9",
"react-native-image-resizer": "^1.4.5",
"react-native-pager-view": "^6.2.3",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-svg": "14.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.6.4",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}