-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.91 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
{
"name": "appjs24-workflows-workshop-code",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"strip-unused-fields-from-api-data": "node ./data/api/strip_fields.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@bacons/xcode": "^1.0.0-alpha.12",
"@dr.pogodin/react-native-fs": "2.25.0",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.0.2",
"@tanstack/react-query": "^5.20.5",
"@types/lodash": "^4.14.202",
"expo": "~51.0.7",
"expo-application": "~5.9.1",
"expo-dev-client": "~4.0.14",
"expo-font": "~12.0.4",
"expo-image": "~1.12.9",
"expo-linking": "~6.3.1",
"expo-quick-actions": "^2.0.0",
"expo-router": "~3.5.14",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-updates": "~0.25.13",
"expo-web-browser": "~13.0.3",
"glob": "^10.3.12",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"nativewind": "^4.0.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-android-widget": "^0.13.1",
"react-native-image-crop-picker": "^0.40.3",
"react-native-image-marker": "^1.2.6",
"react-native-reanimated": "^3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node-persist": "^3.1.8",
"@types/react": "~18.2.45",
"jest": "^29.2.1",
"jest-expo": "~51.0.1",
"react-test-renderer": "18.2.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"private": true
}