-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.7 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "test_project",
"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",
"eject": "expo eject",
"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)"
]
},
"type": "commonjs",
"dependencies": {
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-community/slider": "^4.2.4",
"@react-native-firebase/app": "^14.11.0",
"@react-native-firebase/auth": "^14.11.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/material-bottom-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/react-native": "^10.1.1",
"all": "^0.0.0",
"dotenv": "^16.0.1",
"expo": "~45.0.0",
"expo-constants": "~13.1.1",
"expo-image-picker": "~13.1.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.2",
"firebase": "^9.8.3",
"intl": "^1.2.5",
"jest": "26.6.3",
"jest-expo": "^45.0.1",
"moment": "^2.29.3",
"native-base": "^3.4.6",
"react": "17.0.2",
"react-currency-format": "^1.1.0",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-activity-rings": "^1.1.2",
"react-native-animatable": "^1.3.3",
"react-native-calendars": "^1.1284.0",
"react-native-chart-kit": "^6.12.0",
"react-native-currency-input": "^1.0.1",
"react-native-dotenv": "^3.3.1",
"react-native-gifted-charts": "^1.2.41",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-month-view-calendar": "^1.0.0",
"react-native-neomorph-shadows": "0.0.8",
"react-native-paper": "^4.12.3",
"react-native-ratings": "^8.1.0",
"react-native-renderer": "^15.5.3",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "^12.3.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-switch": "^1.5.1",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"react-test-renderer": "^18.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/react-native": "^10.1.1"
},
"private": true
}