-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.52 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
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
{
"name": "directus-expo",
"main": "expo-router/entry",
"version": "0.7.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"generate-icons": "ts-node scripts/generate-icon-mapping.ts",
"release": "semantic-release",
"start:dev": "EXPO_PUBLIC_ENV=development expo start --clear",
"start:staging": "EXPO_PUBLIC_ENV=staging expo start --clear",
"start:prod": "EXPO_PUBLIC_ENV=production expo start --clear",
"build:dev:ios": "eas build --profile development --platform ios --local",
"build:staging:ios": "eas build --profile staging --platform ios",
"build:preview:ios": "eas build --profile preview --platform ios",
"build:prod:ios": "eas build --profile production --platform ios",
"build:dev:android": "eas build --profile development --platform android --local",
"build:staging:android": "eas build --profile staging --platform android",
"build:preview:android": "eas build --profile preview --platform android",
"build:prod:android": "eas build --profile production --platform android",
"eas:dev": "eas update --branch development --message \"Dev Update\"",
"eas:staging": "eas update --branch staging --message \"Staging Update\"",
"eas:preview": "eas update --branch preview --message \"Preview Update\"",
"eas:prod": "eas update --branch production --message \"Production Update\""
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@10play/react-native-web-webview": "^0.0.3",
"@10play/tentap-editor": "^0.6.0",
"@directus/sdk": "^18.0.3",
"@expensify/react-native-live-markdown": "^0.1.220",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^5.0.6",
"@hookform/resolvers": "^3.10.0",
"@material-symbols-react-native/outlined-400": "^1.0.0",
"@mgcrea/react-native-dnd": "^2.5.3",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@tanstack/react-query": "^5.63.0",
"@tinymce/tinymce-react": "^5.1.1",
"@tiptap/extension-image": "^2.11.2",
"@types/lodash": "^4.17.14",
"@uidotdev/usehooks": "^2.4.1",
"dayjs": "^1.11.13",
"expensify-common": "^2.0.115",
"expo": "~52.0.23",
"expo-app-loading": "^2.1.1",
"expo-auth-session": "~6.0.3",
"expo-crypto": "~14.0.2",
"expo-dev-client": "~5.0.10",
"expo-font": "~13.0.3",
"expo-image": "~2.0.4",
"expo-image-picker": "~16.0.3",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.15",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-updates": "~0.26.13",
"expo-web-browser": "~14.0.1",
"imask": "^7.6.1",
"lodash": "^4.17.21",
"material-symbols-react-native": "^1.0.3",
"mitt": "^3.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"react-native": "0.76.5",
"react-native-edge-to-edge": "^1.2.0",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-mask-input": "^1.2.3",
"react-native-nitro-modules": "^0.20.1",
"react-native-outside-press": "^1.2.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.2.1",
"react-native-unistyles": "^2.20.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"ts-node": "^10.9.2",
"turndown": "^7.2.0",
"uuid": "^11.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/node": "^22.10.7",
"@types/react": "~18.3.12",
"babel-plugin-module-resolver": "^5.0.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"react-test-renderer": "18.3.1",
"semantic-release": "^24.2.1",
"typescript": "~5.3.3"
},
"private": true
}