-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 8.33 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 8.33 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "biovault-app",
"main": "expo-router/entry",
"version": "1.0.0",
"engines": {
"node": ">=23.6.1",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "npx expo run:ios --device",
"dev-android": "npx expo run:android --device",
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"secrets:scan": "bash ./scripts/secrets-scan.sh",
"test:web-compat": "bash ./test-web-compat.sh",
"test:web-compat:android-local": "node ./scripts/run-local-android-browser-compat.mjs",
"test:web-compat:versions": "node ./scripts/run-browser-version-matrix.mjs",
"install:android-browser-compat-sdk": "node ./scripts/install-android-browser-compat-sdk.mjs",
"install:browser-compat-history": "node ./scripts/install-browser-compat-history.mjs",
"merge:browser-compat-results": "node ./scripts/merge-browser-compat-results.mjs",
"update:browser-support": "node ./scripts/update-browser-support.mjs",
"update:browser-compat-todo": "node ./scripts/update-browser-compat-todo.mjs",
"check:browser-support": "node ./scripts/check-browser-support-policy.mjs",
"check:browser-compat-infra": "node ./scripts/check-browser-compat-infra.mjs",
"check:browser-compat-results": "node ./scripts/check-browser-compat-results.mjs",
"check:browser-compat-completion": "node ./scripts/check-browser-compat-completion.mjs",
"check:browser-compat-matrix": "node ./scripts/check-browser-compat-matrix.mjs",
"check:browser-version-matrix": "node ./scripts/check-browser-version-matrix.mjs",
"check:trufflehog-excludes": "node ./scripts/check-trufflehog-excludes.mjs",
"check:runtime-assets": "node ./scripts/check-runtime-assets.mjs",
"check:bioscript-boundary": "node ./scripts/check-bioscript-boundary.mjs",
"check:bioscript-parity": "node ./scripts/check-bioscript-parity.mjs",
"prebuild": "expo prebuild --platform all --clean",
"build-dev": "eas build --profile development --platform ios --local --clear-cache",
"build-dev-android": "eas build --profile development --platform android --local --clear-cache",
"build-prod": "eas build --profile production --platform ios --local --clear-cache",
"build-preview-android": "eas build --profile preview --platform android --local --clear-cache",
"prepare-cloudflare-web": "node ./scripts/prepare-cloudflare-web-assets.mjs",
"rybbit": "node ./scripts/rybbit-api.mjs",
"rybbit:report": "node ./scripts/rybbit-report.mjs",
"rybbit:user-report": "node ./scripts/rybbit-user-report.mjs",
"deploy-web-prod": "BIOSCRIPT_WASM_PROFILE=${BIOSCRIPT_WASM_PROFILE:-release} npm run bioscript-wasm && export EXPO_PUBLIC_BUILD_ID=\"$(node scripts/build-id.mjs)\" && EXPO_BASE_URL=/web expo export --platform web && npm run prepare-cloudflare-web && wrangler deploy",
"deploy-preview-android": "eas build --profile preview --platform android --clear-cache",
"deploy-dev": "eas build --profile development --platform ios --clear-cache",
"deploy-dev-all": "eas build --profile development --platform all --clear-cache",
"deploy-dev-android": "eas build --profile development --platform android --clear-cache",
"deploy-prod": "eas build --profile production --platform ios --auto-submit --clear-cache",
"deploy-prod-android": "eas build --profile production --platform android --auto-submit --clear-cache",
"cargo-android": "sh ./modules/expo-bioscript/scripts/build-rust-android.sh",
"cargo-ios": "sh ./modules/expo-bioscript/scripts/build-rust-ios.sh",
"monty-web": "bash ./modules/expo-bioscript/scripts/build-monty-web.sh",
"bioscript-wasm": "bash ./modules/expo-bioscript/scripts/build-bioscript-wasm.sh",
"check-monty": "node ./scripts/check-monty-artifacts.mjs --check",
"ensure-monty": "node ./scripts/check-monty-artifacts.mjs",
"check-bioscript-wasm": "node ./scripts/check-bioscript-wasm-artifacts.mjs --check",
"ensure-bioscript-wasm": "node ./scripts/check-bioscript-wasm-artifacts.mjs",
"sync:exvitae-assays": "node ./scripts/sync-exvitae-simple-assays.mjs",
"prestart": "node ./scripts/check-monty-artifacts.mjs && node ./scripts/check-bioscript-wasm-artifacts.mjs",
"preweb": "node ./scripts/check-monty-artifacts.mjs && node ./scripts/check-bioscript-wasm-artifacts.mjs",
"device": "npx expo run:ios --device",
"install-maestro": "bash ./scripts/install-maestro.sh",
"postinstall": "bash ./scripts/install-maestro.sh",
"test:web": "playwright test --config .maestro-web/playwright.config.ts",
"test:pgx-package": "playwright test --config .maestro-web/playwright.config.ts .maestro-web/lab-pgx-package.spec.ts",
"test:wasm-progress": "node --test --experimental-strip-types modules/expo-bioscript/src/webRuntimeProgress.test.ts",
"test:browser-support": "node --test --experimental-strip-types lib/browser-support.test.ts",
"test:browser-compat-static": "npm run test:browser-support && npm run test:browser-support-policy && npm run test:browser-support-update && npm run test:browser-compat-todo && npm run test:android-browser-compat-config && npm run test:browser-version-matrix && npm run test:isolated-playwright-compat && npm run test:web-compat-wrapper && npm run test:browser-compat-results && npm run test:browser-compat-completion && npm run test:browser-compat-infra && npm run test:browser-compat-merge && npm run test:browser-compat-matrix && npm run check:browser-compat-matrix && npm run check:browser-version-matrix",
"test:browser-support-policy": "node --test scripts/check-browser-support-policy.test.mjs",
"test:browser-support-update": "node --test scripts/update-browser-support.test.mjs",
"test:browser-compat-todo": "node --test scripts/update-browser-compat-todo.test.mjs",
"test:android-browser-compat-config": "node --test scripts/run-local-android-browser-compat.test.mjs",
"test:browser-version-matrix": "node --test scripts/run-browser-version-matrix.test.mjs",
"test:isolated-playwright-compat": "node --test scripts/run-isolated-playwright-compat.test.mjs",
"test:web-compat-wrapper": "node --test scripts/test-web-compat-wrapper.test.mjs",
"test:browser-compat-results": "node --test scripts/check-browser-compat-results.test.mjs",
"test:browser-compat-completion": "node --test scripts/check-browser-compat-completion.test.mjs",
"test:browser-compat-infra": "node --test scripts/check-browser-compat-infra.test.mjs",
"test:browser-compat-merge": "node --test scripts/merge-browser-compat-results.test.mjs",
"test:browser-compat-matrix": "node --test scripts/check-browser-compat-matrix.test.mjs"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/rubik": "^0.4.2",
"@expo/metro-runtime": "~55.0.9",
"@expo/ui": "~55.0.11",
"@napi-rs/wasm-runtime": "^1.1.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/native": "^7.2.2",
"expo": "~55.0.13",
"expo-asset": "~55.0.14",
"expo-checkbox": "~55.0.4",
"expo-clipboard": "~55.0.13",
"expo-constants": "~55.0.13",
"expo-dev-client": "~55.0.24",
"expo-device": "~55.0.14",
"expo-document-picker": "~55.0.13",
"expo-file-system": "~55.0.16",
"expo-font": "~55.0.6",
"expo-linear-gradient": "~55.0.13",
"expo-linking": "~55.0.12",
"expo-mesh-gradient": "~55.0.13",
"expo-notifications": "~55.0.18",
"expo-print": "~55.0.13",
"expo-router": "55.0.11",
"expo-secure-store": "~55.0.13",
"expo-splash-screen": "~55.0.17",
"expo-sqlite": "~55.0.15",
"expo-status-bar": "~55.0.5",
"expo-system-ui": "~55.0.15",
"expo-web-browser": "~55.0.14",
"expo-widgets": "^55.0.13",
"fflate": "^0.8.2",
"prism-react-renderer": "^2.4.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-native": "^0.83.4",
"react-native-gesture-handler": "~2.31.1",
"react-native-keyboard-controller": "1.21.4",
"react-native-reanimated": "~4.3.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.24.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.2",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.8.1",
"yaml": "^2.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@playwright/test": "^1.59.1",
"@types/react": "~19.2.14",
"@types/ws": "^8.18.1",
"eas-cli": "18.13.0",
"eslint": "^9.39.1",
"eslint-config-expo": "~55.0.0",
"eslint-import-resolver-typescript": "^3.10.1",
"typescript": "~6.0.2",
"wrangler": "4.92.0",
"ws": "^8.20.0"
},
"private": true
}