-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.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
{
"name": "switchify-remote",
"main": "expo-router/entry",
"version": "1.0.0-beta.17",
"dependencies": {
"@expo/ui": "~57.0.14",
"@expo/vector-icons": "^15.0.2",
"@noble/hashes": "^2.3.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.3.16",
"base64-js": "^1.5.1",
"expo": "~57.0.18",
"expo-blur": "~57.0.2",
"expo-build-properties": "~57.0.15",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.16",
"expo-crypto": "~57.0.2",
"expo-dev-client": "~57.0.16",
"expo-device": "~57.0.1",
"expo-file-system": "~57.0.6",
"expo-font": "~57.0.2",
"expo-glass-effect": "~57.0.1",
"expo-image": "~57.0.3",
"expo-linking": "~57.0.8",
"expo-router": "~57.0.17",
"expo-secure-store": "~57.0.2",
"expo-sharing": "~57.0.16",
"expo-splash-screen": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.2",
"expo-system-ui": "~57.0.3",
"expo-web-browser": "~57.0.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.3",
"react-native-ble-plx": "^3.5.1",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.10.1"
},
"devDependencies": {
"@emnapi/core": "^1.11.3",
"@emnapi/runtime": "^1.11.3",
"@react-native/jest-preset": "0.86.3",
"@testing-library/react-native": "^14.0.1",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.2",
"eslint": "^9.39.5",
"eslint-config-expo": "~57.0.2",
"jest": "^29.7.0",
"jest-expo": "~57.0.5",
"prettier": "^3.9.6",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --no-cache",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:ci": "jest --ci --runInBand",
"app-store:assets": "node scripts/generate-app-store-assets.cjs",
"version:check": "node scripts/versioning.cjs check",
"version:bump": "node scripts/versioning.cjs bump",
"validate": "npm run version:check && npm run lint && npm run typecheck && npm run test:ci && npx expo-doctor"
},
"private": true
}