forked from Agnivathiside/ikon-mtn-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "dummyproject",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-navigation/bottom-tabs": "^7.0.6",
"@react-navigation/native": "^7.0.3",
"@react-navigation/stack": "^7.0.5",
"@shopify/react-native-skia": "^1.5.8",
"axios": "^1.7.7",
"expo": "~52.0.9",
"expo-av": "^15.0.1",
"expo-crypto": "~14.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-chart-kit": "^6.12.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-gif": "^1.0.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-native-webview": "^13.12.4",
"victory-core": "^37.3.2",
"victory-native": "^41.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "^15.1.2"
},
"private": true
}