-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "thunkable-todo",
"version": "1.0.0",
"scripts": {
"start": "npx react-native start",
"android": "npx react-native run-android",
"ios": "cd ios && pod install && npx react-native run-ios"
},
"dependencies": {
"@firebase/auth-types": "^0.12.0",
"@gorhom/bottom-sheet": "^4.4.7",
"@react-native-community/netinfo": "^9.3.10",
"@react-native-firebase/app": "^18.0.0",
"@react-native-firebase/app-check": "^18.0.0",
"@react-native-firebase/auth": "^18.0.0",
"@react-native-firebase/firestore": "^18.0.0",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@shopify/flash-list": "1.4.0",
"ellipsize": "^0.5.1",
"email-validator": "^2.0.4",
"expo": "~48.0.18",
"expo-network": "~5.2.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^5.8.0",
"react-native-paper-dates": "^0.18.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-status-bar-height": "^2.6.0",
"react-query": "^3.39.3",
"valtio": "^1.10.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/react-native": "^0.72.2",
"typescript": "^4.9.4"
},
"private": true
}