forked from palinayarmolenka/App-isfit-23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "app-isfit-23",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@mui/material": "^6.1.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.7",
"expo": "^52.0.7",
"expo-font": "~13.0.1",
"expo-location": "^18.0.1",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"punycode": "^2.3.1",
"react": "18.3.1",
"react-dom": "^18.2.0",
"react-native": "0.76.3",
"react-native-animatable": "^1.4.0",
"react-native-fit-image": "^1.5.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "^1.14.0",
"react-native-rss-parser": "^1.5.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-native-svg": "15.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "^15.1.2"
},
"private": true
}