-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.59 KB
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
{
"name": "cockys-way",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg|firebase/firestore|@firebase|firebase/app|firebase/auth|@react-native-async-storage/async-storage|@testing-library/react-native)"
]
},
"dependencies": {
"@expo-google-fonts/abel": "^0.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^21.11.0",
"@react-native-firebase/auth": "^21.11.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.0.12",
"@types/react": "~18.3.12",
"axios": "^1.7.7",
"cockys-way": "file:",
"crypto-js": "^4.2.0",
"expo": "~52.0.36",
"expo-constants": "~17.0.8",
"expo-device": "~7.0.2",
"expo-font": "~13.0.1",
"expo-location": "~18.0.7",
"expo-notifications": "~0.29.14",
"expo-router": "~4.0.6",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.0",
"firebase": "11.0.2",
"ical.js": "^2.1.0",
"jest-expo": "~52.0.5",
"moment": "^2.30.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-calendars": "^1.1310.0",
"react-native-dotenv": "^3.4.11",
"react-native-element-dropdown": "^2.12.2",
"react-native-elements": "^3.4.3",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-maps": "1.18.0",
"react-native-maps-directions": "^1.9.0",
"react-native-permissions": "^5.2.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"react-test-renderer": "^18.3.1",
"typescript": "^5.6.3",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@react-native-community/cli": "latest",
"@testing-library/react-native": "^13.2.0",
"eslint-plugin-testing-library": "^7.1.1",
"jest": "^29.7.0"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}