-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"name": "myexpense",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "^6.3.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"expo": "~46.0.8",
"expo-linking": "~3.2.2",
"expo-status-bar": "~1.4.0",
"expo-web-browser": "^11.0.0",
"firebase": "8.2.3",
"interfaces": "^0.0.3",
"parse": "^3.4.3",
"react": "18.0.0",
"react-dom": "^18.2.0",
"react-native": "0.69.4",
"react-native-chart-kit": "^6.12.0",
"react-native-dropdown-select-list": "^1.0.18",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-settings-list": "^1.8.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"typescript": "^4.6.3"
},
"private": true
}