-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.46 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
{
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/picker": "^1.8.1",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/native": "^6.0.1",
"@react-navigation/native-stack": "^6.0.2",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.21.1",
"expo": "~45.0.1",
"expo-status-bar": "~1.0.4",
"intl": "^1.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.5",
"react-native-elements": "^3.4.2",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-styled-toast": "^1.3.1",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.4",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"tailwind-react-native-classnames": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"typescript": "~4.0.0"
},
"private": true
}