-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.95 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
{
"name": "opsflare",
"main": "expo-router/entry",
"version": "1.0.0",
"description": "Unofficial Cloudflare multi-account mobile client for iOS and Android.",
"license": "MIT",
"author": "Opsflare contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/bearBoy80/opsflare.git"
},
"bugs": {
"url": "https://github.com/bearBoy80/opsflare/issues"
},
"homepage": "https://github.com/bearBoy80/opsflare#readme",
"private": true,
"dependencies": {
"expo": "~57.0.12",
"expo-auth-session": "~57.0.6",
"expo-blur": "~57.0.2",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.7",
"expo-crypto": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-local-authentication": "~57.0.2",
"expo-localization": "~57.0.1",
"expo-router": "~57.0.12",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.6",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.2",
"expo-web-browser": "~57.0.2",
"i18next": "^26.3.6",
"intl-pluralrules": "^2.0.1",
"lucide-react-native": "^1.27.0",
"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.0",
"react-native-svg": "15.15.4",
"react-native-web": "~0.21.0",
"react-native-worklets": "^0.10.1"
},
"devDependencies": {
"@react-native/jest-preset": "^0.86.2",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "29.5.14",
"@types/react": "~19.2.2",
"jest": "~29.7.0",
"jest-expo": "~57.0.4",
"sharp": "^0.35.3",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"icons": "node scripts/generate-icons.mjs"
}
}