-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 2.33 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
61
62
63
64
65
66
67
68
{
"name": "bp-passport",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start --dev-client --scheme bp-passport",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build-dev": "npx eas-cli build --profile development-simulator --platform all",
"submit": "npx eas-cli build --profile $profile --platform all --auto-submit",
"build": "npx eas-cli build --profile $profile --platform android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.3",
"@rneui/themed": "^4.0.0-rc.7",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"deprecated-react-native-prop-types": "^4.0.0",
"expo": "^48.0.10",
"expo-barcode-scanner": "~12.3.2",
"expo-build-properties": "~0.5.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.1.6",
"expo-firebase-analytics": "^8.0.0",
"expo-localization": "~14.1.1",
"expo-notifications": "^0.18.1",
"expo-permissions": "~14.1.1",
"expo-splash-screen": "~0.18.1",
"react-intl": "^6.3.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.4.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"victory-native": "^36.6.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "2.8.7",
"redux-logger": "^3.0.6",
"typescript": "^4.9.4"
},
"overrides": {
"react-native-picker-select": {
"@react-native-picker/picker": "$@react-native-picker/picker"
}
},
"private": true
}