This repository was archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"main": "index.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.20.0",
"expo": "~39.0.2",
"expo-status-bar": "~1.0.2",
"polished": "^4.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-reanimated": "~1.13.0",
"react-native-side-menu-updated": "^1.2.1",
"react-native-svg-charts": "^5.4.0",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-loading-spinner-overlay": "^0.5.2",
"@types/react-native-svg-charts": "^5.0.5",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.9",
"@types/redux-logger": "^3.0.8",
"@types/redux-promise": "^0.5.29",
"babel-plugin-module-resolver": "^4.0.0",
"react-native-web": "~0.13.7",
"typescript": "~3.9.5"
},
"private": true
}