-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "stardy-1",
"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-native-async-storage/async-storage": "^1.19.1",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"expo": "~48.0.15",
"expo-image-picker": "^14.1.1",
"expo-linear-gradient": "^12.3.0",
"expo-status-bar": "~1.4.4",
"firebase": "^9.22.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "^1.9.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-leaderboard": "^1.0.6",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "^5.8.0",
"react-native-picker-select": "^8.0.4",
"react-native-stopwatch-timer": "^0.0.21",
"react-native-tab-view": "^3.5.1",
"react-native-vector-icons": "^9.2.0",
"uuid": "^9.0.0",
"expo-device": "~5.2.1",
"expo-notifications": "~0.18.1",
"expo-speech": "~11.1.1",
"expo-clipboard": "~4.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}