-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.91 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
{
"name": "ecobucks",
"version": "1.0.0",
"main": "./src/app/index.tsx",
"scripts": {
"start": "expo start",
"start:no-cache": "expo start -c",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eas": "eas build -p android --profile preview"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/dev": "^0.2.3",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/red-rose": "^0.2.3",
"@expo-google-fonts/space-grotesk": "^0.2.3",
"@expo-google-fonts/space-mono": "^0.2.3",
"@expo-google-fonts/syne": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.18",
"@shopify/flash-list": "1.6.4",
"apollo-upload-client": "^17.0.0",
"axios": "^1.5.1",
"expo": "51",
"expo-app-loading": "^2.1.1",
"expo-barcode-scanner": "~13.0.1",
"expo-blur": "~13.0.2",
"expo-camera": "~15.0.10",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.4",
"expo-haptics": "~13.0.1",
"expo-image": "~1.12.9",
"expo-image-manipulator": "~12.0.3",
"expo-image-picker": "~15.0.4",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-navigation-bar": "~3.0.4",
"expo-router": "~3.5.11",
"expo-secure-store": "~13.0.1",
"expo-sensors": "~13.0.5",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"graphql": "^16.8.0",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-actions-sheet-picker": "^0.3.5",
"react-native-base64": "^0.2.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.14.0",
"react-native-mime-types": "^2.4.0",
"react-native-mmkv-storage": "^0.9.1",
"react-native-modal": "^13.0.1",
"react-native-modalfy": "^3.5.2",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-swipe-action-list": "^0.0.6",
"react-native-swipe-list-view": "^3.2.9",
"react-native-swipeable-list": "^0.1.2",
"twrnc": "^3.6.4",
"victory-native": "^40.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/apollo-upload-client": "^17.0.3",
"@types/react": "~18.2.79",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"prettier": "^3.0.3",
"prettier-plugin-style-order": "^0.2.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"ts-node": "^10.9.1",
"typescript": "~5.3.3"
},
"private": true
}