forked from linkalls/jules-mobile-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.39 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.39 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
{
"name": "jules-mobile-client",
"version": "1.0.7",
"private": true,
"author": "involvex",
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"build:android": "eas build --platform android --local",
"clean": "cd android && ./gradlew.bat --stop && cd .. && bun pm cache rm && npm cache rm --force && rimraf dist .expo && bunx expo export && bunx expo run:android --variant debug --no-build-cache ",
"debug:android": "expo run:android --variant debug",
"expo:doctor": "bunx expo-doctor",
"expo:export": "bunx expo export --dev -c -p android --output-dir dist",
"expo:prebuild": "bunx expo prebuild",
"expo:start:nocache": "bunx expo start -a --dev -c ",
"format": "prettier --write .",
"generate-licenses": "bun scripts/generate-licenses.ts",
"ios": "expo run:ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"oxc": "oxlint --type-aware",
"oxc:fix": "oxlint --type-aware --fix",
"prebuild": "bun run format && bun run lint:fix && bun run oxc:fix && bun run typecheck",
"start": "expo start",
"typecheck": "tsc --noEmit",
"version:build": "expo-version-bump",
"version:major": "expo-version-bump --major",
"version:minor": "expo-version-bump --minor",
"version:patch": "expo-version-bump --patch",
"web": "expo start --web"
},
"dependencies": {
"@expo/local-build-cache-provider": "^0.0.1-canary-20251205-756eb7a",
"@expo/vector-icons": "^15.0.3",
"@octokit/rest": "^22.0.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.9.3",
"@react-navigation/native": "^7.1.8",
"@types/react-syntax-highlighter": "^15.5.13",
"date-fns": "^4.1.0",
"eslint-react": "^0.0.4",
"expo": "^54.0.31",
"expo-constants": "~18.0.13",
"expo-crypto": "15.0.9-canary-20260105-6b962e6",
"expo-dev-client": "~6.0.20",
"expo-device": "8.0.11-canary-20260105-6b962e6",
"expo-font": "~14.0.10",
"expo-haptics": "15.0.9-canary-20260105-6b962e6",
"expo-image": "^3.0.11",
"expo-linking": "^8.0.11",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.21",
"expo-secure-store": "15.0.9-canary-20260105-6b962e6",
"expo-splash-screen": "31.0.14-canary-20260105-6b962e6",
"expo-status-bar": "3.0.10-canary-20260105-6b962e6",
"expo-symbols": "~1.0.8",
"expo-system-ui": "6.0.10-canary-20260105-6b962e6",
"expo-updates": "~29.0.16",
"expo-web-browser": "15.0.11-canary-20260105-6b962e6",
"hermes": "^0.4.4",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-a": "^1.0.1",
"react-native-fit-image": "^1.5.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-web": "~0.21.2",
"react-native-worklets": "0.5.1",
"react-syntax-highlighter": "^16.1.0"
},
"devDependencies": {
"@eslint-recommended/eslint-config": "^28.0.0",
"@react-native-community/cli": "^20.1.0",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "29.5.14",
"@types/lodash": "^4.17.23",
"@types/pako": "^2.0.4",
"@types/react": "~19.1.10",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.39.2",
"eslint-config-expo": "10.0.1-canary-20260105-6b962e6",
"expo-version-bump": "^1.0.2",
"oxlint": "^1.38.0",
"oxlint-tsgolint": "^0.11.0",
"prettier": "^3.7.4",
"prettier-plugin-import-sort": "^0.0.7",
"prettier-plugin-multiline-arrays": "^4.1.3",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^2.5.20",
"prettier-plugin-sort-imports": "^1.8.9",
"tsgolint": "^0.0.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.52.0"
},
"packageManager": "bun@1.3.5",
"engineStrict": true,
"devEngines": {},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true,
"listUnknownPackages": true
}
}
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module"
}
},
"trustedDependencies": [
"core-js",
"unrs-resolver"
]
}