-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "bloom_wip",
"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.6",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.2.0",
"expo": "^49.0.23",
"expo-av": "~13.4.1",
"expo-font": "~11.4.0",
"expo-image-picker": "^14.5.0",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-native": "0.72.7",
"react-native-animatable": "^1.4.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-pager-view": "^6.2.2",
"react-native-reanimated": "^3.6.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^3.21.0",
"react-native-swiper": "^1.6.0",
"react-native-touchable-scale": "^2.2.0",
"react-native-vector-icons": "^10.0.2",
"react-navigation": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"dependency-cruiser": "^15.5.0"
},
"private": true
}