-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 4.59 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 4.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
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
{
"name": "hackerweb",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"current-version": "jq '.expo.version' app.json -r",
"current-expo-version": "jq '.dependencies.expo' package.json -r | grep -o -E '[0-9]{2}'",
"current-v": "echo \"$(npm run current-version --silent)-$(npm run current-expo-version --silent)\"",
"last-eas-build": "eas build:list --limit=1 --buildProfile=preview --json --non-interactive | jq -r .[0].appBuildVersion",
"current-prod-release": "jq '.build.production.ios.releaseChannel' eas.json -r",
"last-prod-release": "eas build:list --limit=1 --buildProfile=production --json --non-interactive | jq -r .[0].releaseChannel",
"current-eas-build": "jq -r '.expo.ios.buildNumber' app.json",
"envsubst-eas-json": "envsubst < eas.json > eas.tmp && mv eas.tmp eas.json",
"preeas-build-submit": "set -a && source .env && set +a && npm run envsubst-eas-json",
"eas-build-submit": "eas build -p ios --profile=preview --auto-submit",
"posteas-build-submit": "git checkout eas.json",
"preeas-build-submit-ci": "npm run envsubst-eas-json",
"eas-build-submit-ci": "eas build -p ios --profile=preview --non-interactive --auto-submit",
"eas-build-sim": "eas build -p ios --profile=simulator",
"build": "expo build:ios --release-channel staging-`npm run current-version --silent`",
"eas-build-prod": "eas build -p ios",
"preeas-build-submit-ci-prod": "npm run envsubst-eas-json",
"eas-build-submit-ci-prod": "eas build -p ios --non-interactive --auto-submit",
"build-prod": "expo build:ios --release-channel production-`npm run current-version --silent`",
"latest-staging": "expo publish:history -p ios --count 1 -r -c staging-`npm run current-v --silent`",
"latest-publish-id": "npm run latest-staging --silent | jq '.queryResult[0].publicationId' -r",
"publish": "expo publish --release-channel staging-`npm run current-v --silent`",
"promote-prod": "expo publish:set --publish-id `npm run latest-publish-id --silent` --release-channel production-`npm run current-version --silent`",
"viz": "npx --yes react-native-bundle-visualizer",
"deploy-staging": "if [ $(npm run last-prod-release --silent) = $(npm run current-prod-release --silent) ]; then if [ $(npm run last-eas-build --silent) = $(npm run current-eas-build --silent) ]; then npm run publish; else npm run eas-build-submit-ci; fi; fi",
"deploy-production": "npm run eas-build-submit-ci-prod",
"expo-version": "expo --version"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/hooks": "~100.1.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native-segmented-control/segmented-control": "2.5.7",
"@react-navigation/native": "~7.1.22",
"@react-navigation/native-stack": "~7.8.1",
"@react-navigation/stack": "~7.6.8",
"array-move": "~4.0.0",
"buffer": "~6.0.3",
"date-fns": "~4.1.0",
"entities": "~7.0.0",
"expiry-map": "~2.0.0",
"expo": "~54.0.25",
"expo-application": "~7.0.7",
"expo-build-properties": "~1.0.9",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-device": "~8.0.9",
"expo-glass-effect": "~0.1.7",
"expo-haptics": "~15.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.9",
"expo-mail-composer": "~15.0.7",
"expo-status-bar": "~3.0.8",
"expo-store-review": "~9.0.8",
"expo-symbols": "~1.0.7",
"expo-updates": "~29.0.13",
"expo-web-browser": "~15.0.9",
"htmlparser2": "~10.0.0",
"ky": "~1.14.0",
"p-debounce": "~5.1.0",
"p-memoize": "~8.0.0",
"parse5": "~8.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-modalize": "~2.0.13",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "~3.0.0",
"react-native-view-shot": "4.0.3",
"react-native-web": "~0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-syntax-highlighter": "~16.1.0",
"safe-stringify": "~1.2.0",
"stream": "~0.0.3",
"strip-indent": "~4.1.1",
"url-regex-safe": "~4.0.0",
"zustand": "~5.0.8"
},
"devDependencies": {
"@babel/core": "~7.28.5",
"@trivago/prettier-plugin-sort-imports": "~6.0.0",
"expo-atlas": "~0.4.3"
}
}