-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.51 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"build:android": "expo build:android -t app-bundle",
"build:ios": "expo build:ios",
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"prebuild:android": "echo \"$( jq '.expo.android.versionCode=.expo.android.versionCode+1' app.json )\" > app.json"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "4.1.7",
"crypto-js": "^3.3.0",
"date-fns": "^1.29.0",
"expo": "^43.0.0",
"expo-app-loading": "^1.2.1",
"expo-asset": "~8.4.3",
"expo-barcode-scanner": "~11.1.2",
"expo-cli": "^4.13.0",
"expo-constants": "~12.1.3",
"expo-font": "~10.0.3",
"expo-permissions": "~13.0.3",
"expo-splash-screen": "~0.13.5",
"invert-color": "^2.0.0",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-custom-qr-codes-expo": "^2.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.8.0",
"react-native-svg": "12.1.1",
"react-native-switch": "^2.0.0",
"react-navigation": "^4.4.1",
"react-navigation-stack": "^2.8.3",
"react-navigation-tabs": "^2.9.1"
},
"devDependencies": {
"jest-expo": "^43.0.0"
}
}