-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.58 KB
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
{
"name": "learnmorsecodeapp",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"dev:build:ios": "eas build --profile development --platform ios",
"dev:build:android": "eas build --profile development --platform android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"expo": "~51.0.14",
"expo-av": "~14.0.5",
"expo-dev-client": "~4.0.19",
"expo-device": "~6.0.2",
"expo-localization": "~15.0.3",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"i18next": "^23.11.5",
"pdf-lib": "^1.17.1",
"react": "18.2.0",
"react-i18next": "^14.1.2",
"react-native": "0.74.2",
"react-native-animatable": "^1.4.0",
"react-native-country-flag": "^2.0.2",
"react-native-gesture-handler": "^2.17.1",
"react-native-google-mobile-ads": "^13.6.1",
"react-native-pager-view": "^6.3.3",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.12.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.32.0",
"react-native-vector-icons": "^10.1.0",
"react-native-vision-camera": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^5.1.3"
},
"private": true
}