-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.99 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
{
"name": "ts-daily-pets",
"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 --verbose",
"lint:fix": "prettier --write screens/"
},
"jest": {
"preset": "jest-expo",
"modulePaths": [
"<rootDir>/node_modules",
"<rootDir>/__mocks__"
],
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@rneui/base)"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/progress-bar-android": "^1.0.5",
"@react-native-picker/picker": "^2.5.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@reduxjs/toolkit": "^1.9.5",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"expo": "~51.0.21",
"expo-font": "^11.1.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "^12.1.2",
"expo-status-bar": "~1.6.0",
"formik": "^2.4.4",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-calendars": "^1.1301.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.13.2",
"react-native-maps": "1.7.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-redux": "^8.1.2",
"react-test-renderer": "^18.2.0",
"redux-persist": "^6.0.0",
"twrnc": "^3.6.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^29.5.4",
"@types/react": "~18.2.14",
"jest": "^29.7.0",
"jest-expo": "^49.0.0",
"prettier": "^3.0.3",
"typescript": "^5.1.3"
},
"private": true
}