-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.24 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
{
"name": "qRemote",
"version": "3.8.36",
"easBuild": true,
"main": "index.ts",
"scripts": {
"start": "expo start --dev-client",
"ios": "expo run:ios",
"xcode": "npm install && npx expo prebuild -p ios && cd ios && LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 pod install && cd .. && open ios/qRemote.xcworkspace",
"web": "expo start --web",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write '**/*.{ts,tsx,js,json}'",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@tanstack/react-query": "^5.101.4",
"axios": "^1.18.1",
"expo": "~57.0.10",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.7",
"expo-dev-client": "~57.0.10",
"expo-document-picker": "~57.0.1",
"expo-file-system": "~57.0.1",
"expo-font": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-linking": "~57.0.5",
"expo-localization": "~57.0.1",
"expo-router": "~57.0.10",
"expo-secure-store": "~57.0.1",
"expo-sharing": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-store-review": "~57.0.1",
"expo-updates": "~57.0.12",
"i18next": "^26.3.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.11",
"react-native": "0.86.2",
"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.2",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.10.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@testing-library/react-native": "^14.0.1",
"@types/jest": "29.5.14",
"@types/react": "~19.2.17",
"eslint": "^10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"jest": "~29.7.0",
"jest-expo": "~57.0.2",
"prettier": "^3.9.6",
"ts-jest": "^29.4.12",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0"
},
"private": true,
"overrides": {
"xcode": {
"uuid": "^14.0.1"
}
},
"allowScripts": {
"fsevents@2.3.3": true,
"unrs-resolver@1.12.2": true,
"expo-dev-client": true
}
}