-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.23 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.23 KB
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
{
"name": "projektprogumo",
"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": {
"@rainbow-me/animated-charts": "^1.0.0-alpha.6",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.5",
"@react-navigation/native-stack": "^6.9.11",
"@wwdrew/react-native-numeric-textinput": "^1.1.0",
"expo": "~47.0.12",
"expo-linear-gradient": "~12.0.1",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-chart-kit": "^6.12.0",
"react-native-country-flag": "^1.1.9",
"react-native-gesture-handler": "~2.8.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-numeric-input": "^1.9.1",
"react-native-reanimated": "~2.12.0",
"react-native-svg": "^13.4.0",
"react-native-switch-selector": "^2.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-wagmi-charts": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}