-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.2 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3.2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"bundle": "cd api && bundle && cd ..",
"api": "cd api && rails s",
"postinstall": "npx patch-package",
"railsdb": "cd api && rails db:drop db:create db:migrate db:seed && cd ..",
"railsc": "cd api && rails c"
},
"dependencies": {
"@eva-design/eva": "^2.0.0",
"@expo/vector-icons": "^12.0.4",
"@gorhom/animated-tabbar": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.14.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "^3.0.3",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@shopify/restyle": "^1.4.0",
"@types/react-redux": "^7.1.16",
"@ui-kitten/components": "^5.0.0",
"core-js": "^3.9.1",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.2.1",
"expo-constants": "~9.3.3",
"expo-font": "~8.4.0",
"expo-location": "~10.0.0",
"expo-permissions": "~10.0.0",
"expo-status-bar": "~1.0.3",
"formik": "^2.2.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-activity-rings": "^1.1.2",
"react-native-chart-kit": "^6.11.0",
"react-native-elements": "^3.3.2",
"react-native-geocoder": "^0.5.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-pager-view": "^5.1.2",
"react-native-paper": "^4.7.2",
"react-native-radio-buttons-group": "^2.2.1",
"react-native-reanimated": "1.13.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^3.0.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"victory-native": "^35.3.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@prettier/plugin-ruby": "^1.5.4",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.3",
"@types/react-dom": "~16.9.8",
"@types/react-native": "^0.63.51",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-native-svg-charts": "^5.0.7",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"metro-react-native-babel-preset": "^0.65.2",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react-native-debugger-open": "^0.3.25",
"typescript": "^4.0.7"
},
"private": true
}