-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.83 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.83 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
50
51
52
53
54
55
56
57
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"publish-app": "expo publish",
"eject": "expo eject",
"lint": "eslint . --ext .js"
},
"dependencies": {
"@expo-google-fonts/lato": "^0.4.1",
"@expo-google-fonts/oswald": "^0.4.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.15.2",
"@react-navigation/native": "^7.1.31",
"@react-navigation/stack": "^7.8.2",
"babel-plugin-module-resolver": "^5.0.2",
"camelize": "^1.0.1",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "^55.0.4",
"expo-font": "~55.0.4",
"expo-status-bar": "~55.0.4",
"firebase": "12.10.0",
"lottie-react-native": "7.3.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-credit-card-input": "mobinni/react-native-credit-card-input#master",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "1.26.20",
"react-native-paper": "^5.15.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-web": "~0.21.2",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"stripe-client": "^1.1.5",
"styled-components": "^6.3.11"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@babel/traverse": "7.25.0",
"@react-native-community/eslint-config": "^3.2.0",
"eslint": "^10.0.2",
"prettier": "^3.8.1"
},
"private": true,
"overrides": {
"@babel/traverse": "7.25.0"
}
}