-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.79 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
{
"name": "lifereact",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"collectCoverage": false,
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.4",
"axios": "^1.1.3",
"base-64": "^1.0.0",
"expo": "~46.0.16",
"expo-apple-authentication": "~4.3.0",
"expo-auth-session": "3.7.1",
"expo-checkbox": "~2.2.0",
"expo-random": "~12.3.0",
"expo-status-bar": "~1.4.0",
"firebase": "^9.6.11",
"jest": "^26.6.3",
"jest-expo": "^48.0.2",
"radio-buttons-react-native": "^1.0.4",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-paper": "^5.0.0-rc.9",
"react-native-paper-select": "^0.3.8",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.15.0",
"react-test-renderer": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}