-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.88 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.88 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "knight",
"version": "1.0.0",
"main": "src/app/App.tsx",
"scripts": {
"start": "expo start --go --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write .",
"prepare": "husky"
},
"lint-staged": {
"*": "npm run format"
},
"dependencies": {
"@expo/html-elements": "^0.9.1",
"@expo/metro-runtime": "~3.1.3",
"@expo/ngrok": "^4.1.0",
"@firebase/firestore": "^4.6.1",
"@google-cloud/firestore": "^7.6.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/datetimepicker": "^8.0.0",
"@react-native-community/geolocation": "^3.2.1",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/auth": "^19.2.2",
"@react-native-firebase/firestore": "^19.2.2",
"@react-native-picker/picker": "^2.7.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@react-oauth/google": "^0.12.1",
"@stripe/stripe-react-native": "^0.37.3",
"@types/react-native-vector-icons": "^6.4.18",
"auth": "^1.0.2",
"axios": "^1.7.2",
"expo": "~50.0.14",
"expo-application": "~5.8.3",
"expo-auth-session": "~5.4.0",
"expo-blur": "~12.9.2",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-file-system": "~16.0.9",
"expo-font": "^11.10.3",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.4",
"expo-location": "~16.5.5",
"expo-modules-autolinking": "1.10.3",
"expo-notifications": "~0.27.7",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "^2.9.3",
"expo-web-browser": "~12.8.2",
"firebase": "^10.11.1",
"i18next": "^23.11.3",
"intl-pluralrules": "^2.0.1",
"lightningcss": "^1.24.1",
"mock": "^0.1.1",
"native-notify": "^4.0.4",
"nativewind": "^4.0.1",
"openai": "^4.47.1",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-i18next": "^14.1.1",
"react-icons-kit": "^2.0.0",
"react-native": "0.73.6",
"react-native-appwrite": "^0.2.2",
"react-native-date-picker": "^5.0.2",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.14.0",
"react-native-image-picker": "^7.1.2",
"react-native-maps": "^1.13.0",
"react-native-masked-text": "^1.13.0",
"react-native-paper-dates": "^0.22.7",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.6",
"stable": "^0.1.8",
"stripe": "^15.3.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-flow": "^7.24.1",
"@eslint/js": "^9.0.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.4",
"@types/expo": "^33.0.1",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"@types/react-native-vector-icons": "^6.4.18",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-expo": "^50.0.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"react-native-dotenv": "^3.4.11",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
},
"private": true
}