-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.72 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
{
"name": "moyennesed-v3",
"version": "3.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@gorhom/bottom-sheet": "^4.5.1",
"@react-native-async-storage/async-storage": "1.21.0",
"axios": "^1.6.2",
"expo": "~50.0.14",
"expo-blur": "^12.9.2",
"expo-build-properties": "^0.11.1",
"expo-dev-client": "~3.3.11",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"firebase": "^10.7.0",
"html-to-text": "^9.0.5",
"lottie-react-native": "6.5.1",
"lucide-react-native": "^0.323.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-google-mobile-ads": "^12.4.0",
"react-native-paper": "^5.11.3",
"react-native-permissions": "^4.1.1",
"react-native-pressable-scale": "^2.1.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-svg": "14.1.0",
"react-native-vector-icons": "^10.0.2",
"react-usestateref": "^1.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}