-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2 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
51
52
53
54
55
56
57
58
59
60
{
"name": "ReactNativeExpoDashboardExample",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "export NODE_OPTIONS=--openssl-legacy-provider && expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.0",
"@freakycoder/react-native-helpers": "^1.0.2",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint-plugin-react-redux": "^4.0.0",
"expo": "~46.0.9",
"expo-app-loading": "~2.1.0",
"expo-av": "~12.0.4",
"expo-constants": "~13.2.3",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.2",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.4",
"react-native-chart-kit": "^6.12.0",
"react-native-dynamic-vector-icons": "^1.2.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.4.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-simple-toast": "^1.1.4",
"react-native-svg": "12.3.0",
"react-navigation": "^4.4.4",
"react-navigation-material-bottom-tabs": "^2.3.5",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react-hooks": "^4.6.0"
},
"private": true
}