This repository was archived by the owner on Dec 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.39 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.39 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
{
"name": "fkart",
"version": "23.10.3",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"bundle-android": "npx react-native bundle --entry-file index.js --platform android --dev false --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res"
},
"dependencies": {
"@pchmn/expo-material3-theme": "^1.3.1",
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.13",
"expo": "~48.0.18",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-fs": "^2.20.0",
"react-native-paper": "^5.10.6",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.22.1",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.6.0",
"typed-async-storage": "^3.1.2",
"expo-image-picker": "~14.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "^0.72.2",
"tailwindcss": "3.3.2",
"typescript": "^4.9.4"
},
"private": true
}