-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.3 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
{
"name": "smartmobile",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo/webpack-config": "^0.17.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@hookform/resolvers": "^2.9.5",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@shopify/flash-list": "1.1.0",
"axios": "^0.27.2",
"expo": "^46.0.0",
"expo-barcode-scanner": "~11.4.0",
"expo-clipboard": "~3.1.0",
"expo-dev-client": "~1.3.1",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-permissions": "~13.2.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.33.1",
"react-native": "0.69.6",
"react-native-action-view": "^1.3.0",
"react-native-animated-pagination-dot": "^0.3.2",
"react-native-awesome-alerts": "^2.0.0",
"react-native-clean-form": "^0.5.0",
"react-native-customisable-alert": "^0.1.20",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-picker": "^4.8.2",
"react-native-pagination": "^1.5.5",
"react-native-paper": "^4.12.3",
"react-native-popup-menu": "^0.15.12",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-shimmer-placeholder": "^2.0.8",
"react-native-svg": "12.3.0",
"react-native-sync-localstorage": "^0.0.3",
"react-native-web": "~0.18.7",
"react-navigation": "^4.4.4",
"react-query": "^4.0.0",
"react-use-localstorage": "^3.5.3",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"babel-plugin-module-resolver": "^4.1.0",
"react-native-svg-transformer": "^1.0.0"
},
"private": true
}