-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "teatime",
"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": {
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@types/react": "~18.2.14",
"expo": "~49.0.7",
"expo-cli": "^6.3.10",
"expo-image-picker": "^14.5.0",
"expo-status-bar": "~1.6.0",
"galio-framework": "^0.8.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-action-button": "^2.8.5",
"react-native-calendars": "^1.1301.0",
"react-native-gifted-charts": "^1.3.6",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "^4.7.2",
"react-native-svg": "^13.13.0",
"styled-components": "^6.0.7",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}