-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.67 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"test": "jest",
"doc": "jsdoc -c jsdoc.json",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
],
"collectCoverage": true
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-picker/picker": "1.9.2",
"crypto-js": "^4.0.0",
"expo": "~40.0.0",
"expo-cli": "^4.4.2",
"expo-constants": "~9.3.3",
"expo-crypto": "~8.4.0",
"expo-firebase-recaptcha": "^1.3.0",
"expo-image-picker": "~9.2.0",
"expo-location": "~10.0.0",
"expo-status-bar": "~1.0.3",
"firebase": "7.9.0",
"jsdoc": "^3.6.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-async-storage": "0.0.1",
"react-native-elements": "^3.2.0",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "~1.13.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.15.0",
"react-native-webview": "11.0.0",
"react-test-renderer": "^17.0.2"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"jest-expo": "^40.0.2"
},
"private": true
}