-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "sharedexpenses_frontend",
"version": "0.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"build:android": "expo build:android",
"build:ios": "expo build:ios",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/checkbox": "^0.5.12",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"axios": "^0.27.2",
"cors": "^2.8.5",
"expo": "~45.0.0",
"expo-checkbox": "~2.1.0",
"expo-localization": "~13.0.0",
"expo-status-bar": "^1.4.0",
"expo-updates": "~0.13.4",
"moment": "^2.29.4",
"nodemailer": "^6.7.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.33.1",
"react-native": "0.68.2",
"react-native-collapsible": "^1.6.0",
"react-native-easy-grid": "^0.2.2",
"react-native-radio-buttons-group": "^2.2.11",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}