generated from VeeamCommunity/veeamcommunity-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.57 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
50
{
"name": "vcsp-mobile",
"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/ngrok": "^4.1.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.7",
"axios-https-proxy-fix": "^0.17.1",
"expo": "~51.0.28",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"hermes-engine": "^0.11.0",
"https": "^1.0.0",
"qs": "^6.13.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-chart-kit": "^6.12.0",
"react-native-charts-wrapper": "^0.6.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-gifted-charts": "^1.4.41",
"react-native-https": "^1.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-pure-chart": "^0.0.24",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-ssl-pinning": "^1.5.7",
"react-native-svg": "^15.7.1",
"react-native-svg-transformer": "^1.5.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "^11.0.14",
"metro-react-native-babel-preset": "^0.77.0"
},
"private": true
}